mirror of
https://github.com/anope/anope.git
synced 2026-07-05 17:23:16 +02:00
Fix not setting the correct compile flags on modules and fix the resulting warnings
This commit is contained in:
@@ -79,10 +79,12 @@ class MemoListCallback : public NumberList
|
||||
BotInfo *bi;
|
||||
Anope::string cmd;
|
||||
if (Command::FindCommandFromService("memoserv/del", bi, cmd))
|
||||
{
|
||||
if (ci)
|
||||
source.Reply(_("To delete, type: \002%s%s %s %s %d\002"), Config->StrictPrivmsg.c_str(), bi->nick.c_str(), cmd.c_str(), ci->name.c_str(), index + 1);
|
||||
else
|
||||
source.Reply(_("To delete, type: \002%s%s %s %d\002"), Config->StrictPrivmsg.c_str(), bi->nick.c_str(), cmd.c_str(), index + 1);
|
||||
}
|
||||
|
||||
source.Reply("%s", m->text.c_str());
|
||||
m->unread = false;
|
||||
|
||||
Reference in New Issue
Block a user