summaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/cs_register.cpp1
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());