1
0
انشعاب 0

fix push for notice notifications

master
Jordan Koch 2019-02-16 11:29:22 -05:00
والد 7ec28b4bde
کامیت 7914828345
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده

مشاهده پرونده

@ -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;