diff options
author | Adam <Adam@anope.org> | 2010-08-28 02:25:33 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-28 02:25:33 -0400 |
commit | 5fbe0c845c00161fd62e1f2f65354553f42ef831 (patch) | |
tree | 67e62259051b993d852cf45963e54b6854921c77 /src/channels.cpp | |
parent | 2aac8b05ef7e539c9745edc1f64564ada87ca02d (diff) |
Clean up some of the old now unused IRCDVar struct vars, and made the logchan bots join if the IRCd requires them to
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 506dbfc7d..29cc2c895 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -1252,7 +1252,7 @@ void do_cmode(const Anope::string &source, int ac, const char **av) unsigned i, end; const char *t; - if (Capab.HasFlag(CAPAB_TSMODE) || UseTSMODE) + if (Capab.HasFlag(CAPAB_TSMODE)) { for (i = 0, end = strlen(av[1]); i < end; ++i) if (!isdigit(av[1][i])) |