diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-21 17:32:49 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-21 17:32:49 +0000 |
commit | 36a896fba0d1c343475a4a9de28d19151189669c (patch) | |
tree | b76619fb91aa195e202adbc9c0c2c2fbab67aa93 | |
parent | a295adfb933ffca0abbdf13f939b54d49bcfe9c2 (diff) |
Remove unnecessary comment
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1778 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/protocol/ratbox.c | 4 |
1 files changed, 0 insertions, 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 */ |