fix push for notice notifications

master
Jordan Koch 2019-02-16 11:29:22 -05:00
rodič 7ec28b4bde
revize 7914828345
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -1316,7 +1316,7 @@ class CPushMod : public CModule
{
CString title = "Channel Notice";
send_message(message, title, channel.GetName(), nick);
send_message(message, title, channel.GetName(), nick, "notice");
}
return CONTINUE;
@ -1370,7 +1370,7 @@ class CPushMod : public CModule
{
CString title = "Private Notice";
send_message(message, title, nick.GetNick(), nick);
send_message(message, title, nick.GetNick(), nick, "notice");
}
return CONTINUE;