1
0
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:
Sadie Powell
2024-10-22 14:14:40 +01:00
parent 57ac7cb4db
commit 435ce51196
8 changed files with 161 additions and 142 deletions
+1 -1
View File
@@ -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);