1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 17:23:16 +02:00

Remove unnecessary comment

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1778 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-21 17:32:49 +00:00
parent a295adfb93
commit 36a896fba0
-4
View File
@@ -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 */