diff options
author | Adam <Adam@anope.org> | 2011-08-25 18:24:06 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 01:58:39 -0400 |
commit | 62752db4c49a8679b51d5996003fd3a23c2a3f2d (patch) | |
tree | a947585812f85d97bddf66a79854d10acb11f713 /modules/commands/cs_register.cpp | |
parent | f025d1b495cee3aadb6b7b45652d1cab3b7b7b6d (diff) |
Rewrote mlock saving/loading code to not use this silly extensible hack
Diffstat (limited to 'modules/commands/cs_register.cpp')
-rw-r--r-- | modules/commands/cs_register.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index e9344d362..1cc9b9c48 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -66,7 +66,6 @@ class CommandCSRegister : public Command else ci->last_topic_setter = source.owner->nick; - ci->bi = NULL; Log(LOG_COMMAND, u, this, ci); source.Reply(_("Channel \002%s\002 registered under your nickname: %s"), chan.c_str(), u->nick.c_str()); |