mirror of
https://github.com/velour/catbase.git
synced 2025-04-03 19:51:42 +00:00
Fixed
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user