|
|
|
@ -800,6 +800,7 @@ void IRC::v3onMsgAway(const IRCPrefix& sender, const std::string& message, const |
|
|
|
|
for (const auto& channel : channelsAffected) |
|
|
|
|
getStatus().printTo(channel.c_str(), PrintType::ServerInfo, msg.c_str()); |
|
|
|
|
} |
|
|
|
|
contextualScriptEvent(&m_status, ScriptEvent::Away, sender.toString(), message); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void IRC::v3onMsgJoin(const IRCPrefix& sender, const std::string& channel, const std::string& useraccount, const std::string& realname) |
|
|
|
|