]> gitweb.factorcode.org Git - factor.git/commitdiff
irc.gitbot: new nickname
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 23 Mar 2010 06:22:28 +0000 (02:22 -0400)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 23 Mar 2010 06:22:28 +0000 (02:22 -0400)
extra/irc/gitbot/gitbot.factor

index 2627e8d0817fc289012c8f27811f2ac2fd76d535..950b34a8d79d80782b3cc7d3a1946f6f5901f14d 100644 (file)
@@ -7,7 +7,7 @@ io.encodings.8-bit.latin1 debugger ;
 IN: irc.gitbot
 
 : bot-profile ( -- obj )
-    "irc.freenode.org" 6667 "jackass" f <irc-profile> ;
+    "irc.freenode.org" 6667 "stackoid" f <irc-profile> ;
 
 : bot-channel ( -- seq ) "#concatenative" ;