mirror of
https://github.com/anope/anope.git
synced 2026-07-08 12:23:13 +02:00
Allow userless command sources
This commit is contained in:
@@ -83,7 +83,7 @@ class CommandNSSetHide : public Command
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
{
|
||||
this->Run(source, source.u->Account()->display, params[0], params[1]);
|
||||
this->Run(source, source.nc->display, params[0], params[1]);
|
||||
}
|
||||
|
||||
bool OnHelp(CommandSource &source, const Anope::string &) anope_override
|
||||
|
||||
Reference in New Issue
Block a user