diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-10 03:37:32 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-10 03:37:32 +0000 |
commit | 8ff551c3129861c1601eea8f8cdaf2795b8406ee (patch) | |
tree | ce38a2987a75cbfac8ec9c72ca73bb91f8a0068a /src/commands.cpp | |
parent | 6c7c63fcbdaf942bf380171ef7f864051247caf0 (diff) |
Test commit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1031 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 3656798ba..726f71e9a 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -264,7 +264,6 @@ void handle_kick(char **parameters, int pcnt, userrec *user) } // this must be propogated so that channel membership is kept in step network-wide - char buffer[MAXBUF]; snprintf(buffer,MAXBUF,"k %s %s %s :%s",user->nick,u->nick,Ptr->name,reason); NetSendToAll(buffer); |