kunt

golang IRC bot
git clone git://git.2f30.org/kunt
Log | Files | Refs | LICENSE

commit 6d69a11d2354d679fa4b135c684f7916116dbbaf
parent 86b55aa572a4753f0b400a3e12edf1e2f92fc1a3
Author: dsp <dsp@2f30.org>
Date:   Tue, 29 Apr 2014 14:43:02 +0100

make kunt respect the global botname that is set

Diffstat:
Msrc/kunt/kunt.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kunt/kunt.go b/src/kunt/kunt.go @@ -431,7 +431,7 @@ func main() { rand.Seed(time.Now().UnixNano()) dispatch := map[string]func(irc.Message){ - "kunt": cmdKunt, + botname: cmdKunt, "!wisdom": cmdWisdom, "!help": cmdHelp, "!version": cmdVersion,