mirror of
https://github.com/anope/anope.git
synced 2026-07-01 09:16:37 +02:00
Added cs_entrymsg
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user