fix push for notice notifications
This commit is contained in:
parent
7ec28b4bde
commit
7914828345
4
push.cpp
4
push.cpp
@ -1316,7 +1316,7 @@ class CPushMod : public CModule
|
|||||||
{
|
{
|
||||||
CString title = "Channel Notice";
|
CString title = "Channel Notice";
|
||||||
|
|
||||||
send_message(message, title, channel.GetName(), nick);
|
send_message(message, title, channel.GetName(), nick, "notice");
|
||||||
}
|
}
|
||||||
|
|
||||||
return CONTINUE;
|
return CONTINUE;
|
||||||
@ -1370,7 +1370,7 @@ class CPushMod : public CModule
|
|||||||
{
|
{
|
||||||
CString title = "Private Notice";
|
CString title = "Private Notice";
|
||||||
|
|
||||||
send_message(message, title, nick.GetNick(), nick);
|
send_message(message, title, nick.GetNick(), nick, "notice");
|
||||||
}
|
}
|
||||||
|
|
||||||
return CONTINUE;
|
return CONTINUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user