1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 19:51:42 +00:00
This commit is contained in:
Chris Sexton 2012-08-26 20:33:33 -04:00
parent ac8bc9a145
commit 273b41fa3f

@ -165,7 +165,7 @@ func (b *Bot) Filter(message Message, input string) string {
}
// Let's be bucket compatible for this var
strings.Replace(input, "$who", "$nick", -1)
input = strings.Replace(input, "$who", "$nick", -1)
if strings.Contains(input, "$nick") {
nick := message.User.Name
input = strings.Replace(input, "$nick", nick, -1)