]> jfr.im git - solanum.git/blobdiff - src/parse.c
ssld: use uint64_t explicitly when we want 64-bit counters
[solanum.git] / src / parse.c
index 3257d482e73a96a2d1851cdce4807cedf1cbd7c6..190c9f08a10263533e197bdce80cc2cfba16a800 100644 (file)
@@ -380,8 +380,6 @@ handle_encap(struct Client *client_p, struct Client *source_p,
        struct MessageEntry ehandler;
        MessageHandler handler = 0;
 
-       parv[0] = source_p->name;
-
        mptr = irc_dictionary_retrieve(cmd_dict, command);
 
        if(mptr == NULL || mptr->cmd == NULL)