diff options
author | Adam <Adam@anope.org> | 2011-10-19 12:59:16 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-19 12:59:16 -0400 |
commit | d16f9620d51ede5ae1211df9d1423d87a41748a1 (patch) | |
tree | 95b98eeafcbaa1d4042f02f9049f1db40e7291d8 /modules/protocol/bahamut.cpp | |
parent | fc1674635234c4007e13e71be3ded989bf3594d9 (diff) |
Bug #1342 - fixed tracking chmodes in bahamuts sjoin
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r-- | modules/protocol/bahamut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index 7b9f1495c..aec200850 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -340,7 +340,7 @@ class BahamutIRCdMessage : public IRCdMessage { Channel *c = findchan(params[1]); time_t ts = Anope::string(params[0]).is_pos_number_only() ? convertTo<time_t>(params[0]) : 0; - bool keep_their_modes = false; + bool keep_their_modes = true; if (!c) { |