mirror of
https://github.com/anope/anope.git
synced 2026-06-29 01:46:38 +02:00
Made akills work on IRCds that do not support bans (ngircd)
This commit is contained in:
@@ -23,7 +23,6 @@ class CommandCSSetMisc : public Command
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
{
|
||||
User *u = source.u;
|
||||
ChannelInfo *ci = source.ci;
|
||||
if (!ci)
|
||||
throw CoreException("NULL ci in CommandCSSetMisc");
|
||||
|
||||
Reference in New Issue
Block a user