diff options
author | Adam <Adam@anope.org> | 2010-09-27 17:02:36 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-27 17:02:36 -0400 |
commit | 6ca09be66341fd9f568fb0ac754df4f4c561bc1f (patch) | |
tree | da58c10795eaa5ed9298c84d8a49f089018164ff /src/sessions.cpp | |
parent | 7db5e19f7499cce5b86d63f8af5ae5ecf7245bf0 (diff) |
Cleaned up some unused code, moved handling of user modes around so we dont get log messages about user modes when users connect, and fixed tracking some umodes on Unreal
Diffstat (limited to 'src/sessions.cpp')
-rw-r--r-- | src/sessions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sessions.cpp b/src/sessions.cpp index a0ad66618..38dfedef5 100644 --- a/src/sessions.cpp +++ b/src/sessions.cpp @@ -98,7 +98,6 @@ Session *findsession(const Anope::string &host) /* Attempt to add a host to the session list. If the addition of the new host * causes the the session limit to be exceeded, kill the connecting user. - * Returns 1 if the host was added or 0 if the user was killed. */ void add_session(const Anope::string &nick, const Anope::string &host, const Anope::string &hostip) |