modcmd added (with debug output only)
[NeonServV5.git] / ChanNode.h
index dce8c384171c22e025026e33aa10db77232f8a31..dbb70c8bdbe5a13e8f6324207f0d39543c93a315 100644 (file)
@@ -15,7 +15,7 @@ struct ChanNode {
     char **mode_str_args;
     int *mode_int_args;
     struct UserNode *chanbot;
-
+       
     struct ChanNode *next;
 };