From c0d61aca54461ff24c076d2fa7d3370b7dc70fdf Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 23 Mar 2010 02:22:28 -0400 Subject: [PATCH] irc.gitbot: new nickname --- extra/irc/gitbot/gitbot.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/irc/gitbot/gitbot.factor b/extra/irc/gitbot/gitbot.factor index 2627e8d081..950b34a8d7 100644 --- a/extra/irc/gitbot/gitbot.factor +++ b/extra/irc/gitbot/gitbot.factor @@ -7,7 +7,7 @@ io.encodings.8-bit.latin1 debugger ; IN: irc.gitbot : bot-profile ( -- obj ) - "irc.freenode.org" 6667 "jackass" f ; + "irc.freenode.org" 6667 "stackoid" f ; : bot-channel ( -- seq ) "#concatenative" ;