mirror of
https://github.com/anope/anope.git
synced 2026-07-01 02:06:37 +02:00
Move nickserv/set/message to a new module, kill options:useprivmsg.
This commit is contained in:
+1
-1
@@ -328,7 +328,7 @@ bool Server::IsQuitting() const
|
||||
|
||||
void Server::Notice(BotInfo *source, const Anope::string &message)
|
||||
{
|
||||
if (Config->UsePrivmsg && Config->DefPrivmsg)
|
||||
if (Config->DefPrivmsg)
|
||||
IRCD->SendGlobalPrivmsg(source, this, message);
|
||||
else
|
||||
IRCD->SendGlobalNotice(source, this, message);
|
||||
|
||||
Reference in New Issue
Block a user