From 36a896fba0d1c343475a4a9de28d19151189669c Mon Sep 17 00:00:00 2001 From: rburchell Date: Fri, 21 Nov 2008 17:32:49 +0000 Subject: [PATCH] Remove unnecessary comment git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1778 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/ratbox.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index eca562c54..245ae5f91 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -670,10 +670,6 @@ class RatboxProto : public IRCDTS6Proto send_cmd(source->uid, "INVITE %s %s", u ? u->uid : nick, chan); } - /* - 1 = valid nick - 0 = nick is in valid - */ int IsNickValid(const char *nick) { /* TS6 Save extension -Certus */