oops
This commit is contained in:
parent
e4cab95923
commit
d2d29cb2cd
2
raid.cpp
2
raid.cpp
@ -27,7 +27,7 @@ class CRaidMod : public CModule {
|
|||||||
|
|
||||||
EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override {
|
EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override {
|
||||||
CIRCNetwork* network = GetNetwork();
|
CIRCNetwork* network = GetNetwork();
|
||||||
myNick = network->GetNick()
|
CString& myNick = network->GetNick()
|
||||||
|
|
||||||
if (sMessage.Contains("u create a queue for ") && !sMessage.Contains(myNick) && Nick.GetNick() == "brobot") {
|
if (sMessage.Contains("u create a queue for ") && !sMessage.Contains(myNick) && Nick.GetNick() == "brobot") {
|
||||||
PutIRC("PRIVMSG " + Channel.GetName() + " :.raid");
|
PutIRC("PRIVMSG " + Channel.GetName() + " :.raid");
|
||||||
|
Loading…
Reference in New Issue
Block a user