diff options
| author | 2007-05-10 03:10:28 +0000 | |
|---|---|---|
| committer | 2007-05-10 03:10:28 +0000 | |
| commit | 7a2e9dd0de2bb139466847687d0df145fcd83f55 (patch) | |
| tree | 63c93e454d6a5ed65af3a15ae51a999daceb0a71 /src/cmd_names.cpp | |
| parent | Comment what ive done, so that someone doesnt go 'oh thats a redundant data c... (diff) | |
chanrec::UserList() gives out end of names numeric. So don't do it here. Fix for bug #289
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6942 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_names.cpp')
| -rw-r--r-- | src/cmd_names.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd_names.cpp b/src/cmd_names.cpp index 900ccb53c..b07e43f3f 100644 --- a/src/cmd_names.cpp +++ b/src/cmd_names.cpp @@ -44,7 +44,6 @@ CmdResult cmd_names::Handle (const char** parameters, int pcnt, userrec *user) return CMD_FAILURE; } c->UserList(user); - user->WriteServ("366 %s %s :End of /NAMES list.", user->nick, c->name); } else { |
