i forgot the fucking semicolon

master
Jordan Koch 2019-07-07 12:35:02 -04:00
parent 6d9c5eb635
commit 819fd3e1a1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class CRaidMod : public CModule {
EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage) override {
CIRCNetwork* network = GetNetwork();
CString myNick = network->GetNick()
CString myNick = network->GetNick();
if (sMessage.Contains("u create a queue for ") && !sMessage.Contains(myNick) && Nick.GetNick() == "brobot") {
PutIRC("PRIVMSG " + Channel.GetName() + " :.raid");