]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_oper/cmd_kill.cpp
Fix some confusing logic in sanick.
[user/henk/code/inspircd.git] / src / coremods / core_oper / cmd_kill.cpp
index 6b356d011cd93a7b28b43c6e41e33fac3c2d2dd4..13d6be55803da4bfb91ee7d52e5711c8e3585d00 100644 (file)
@@ -57,7 +57,7 @@ class KillMessage : public ClientProtocol::Message
  */
 CmdResult CommandKill::Handle(User* user, const Params& parameters)
 {
-       /* Allow comma seperated lists of users for /KILL (thanks w00t) */
+       /* Allow comma separated lists of users for /KILL (thanks w00t) */
        if (CommandParser::LoopCall(user, this, parameters, 0))
        {
                // If we got a colon delimited list of nicks then the handler ran for each nick,