summaryrefslogtreecommitdiff
path: root/modules/core/cs_info.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-23 16:48:54 -0600
committerAdam <Adam@anope.org>2010-12-12 19:36:19 -0500
commit37e02a3594fdddc3d5a3df0501c528f42db6c4da (patch)
tree2b26a003def3b3ecdd7f46aa67d172a3b04a7369 /modules/core/cs_info.cpp
parent7d1cfe9514062a451b480783fe8df6e63f2954ab (diff)
Added cs_entrymsg
Diffstat (limited to 'modules/core/cs_info.cpp')
-rw-r--r--modules/core/cs_info.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/cs_info.cpp b/modules/core/cs_info.cpp
index 0df02ff43..bae7e118c 100644
--- a/modules/core/cs_info.cpp
+++ b/modules/core/cs_info.cpp
@@ -73,9 +73,6 @@ class CommandCSInfo : public Command
u->SendMessage(ChanServ, CHAN_INFO_TOPIC_SET_BY, ci->last_topic_setter.c_str());
}
- if (!ci->entry_message.empty() && show_all)
- u->SendMessage(ChanServ, CHAN_INFO_ENTRYMSG, ci->entry_message.c_str());
-
if (show_all)
{
u->SendMessage(ChanServ, CHAN_INFO_BANTYPE, ci->bantype);