:seen for a NOTICE would've been sad.

configurable-file-paths
Robert Gerus 2015-12-08 21:13:02 +01:00
parent fa0723391d
commit 0323bcd2a5
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ func seen(output func(irc.Message), msg irc.Message) {
r += fmt.Sprint("quitting with reasson: ", v.Text)
case "PRIVMSG":
r += fmt.Sprint("saying: ", v.Text)
case "NOTICE":
r += fmt.Sprint("noticing: ", v.Text)
}
output(reply(msg, r))