syntax fix
authorpk910 <philipp@zoelle1.de>
Mon, 15 Aug 2011 04:08:31 +0000 (06:08 +0200)
committerpk910 <philipp@zoelle1.de>
Mon, 15 Aug 2011 04:08:31 +0000 (06:08 +0200)
modcmd.c

index 98c9e2ea6ee4ce45cde164193cd77aca6e28bec2..a84d5c8ed341c0d3469a0a41a250b97d602a9559 100644 (file)
--- a/modcmd.c
+++ b/modcmd.c
@@ -155,7 +155,7 @@ static void handle_command(struct ClientSocket *client, struct UserNode *user, s
                             uarga[uargpos++] = argv[argi-1];
                             if(allargs) {
                                 for(;argi < argc; argi++)
-                                    uarga[uargpos++] = argv[argi-1]
+                                    uarga[uargpos++] = argv[argi-1];
                             }
                         } else if(!strcmp(prev_ppos, "c"))
                             uarga[uargpos++] = (chan ? chan->name : NULL);