From 505921cccc9f28b6121aa4aacc9b60cc325bfb4b Mon Sep 17 00:00:00 2001 From: djmcgrath Date: Mon, 19 May 2008 20:50:14 +0000 Subject: [PATCH] * Explain how to enable multiple nicks for one bot git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1835 c11ca15a-4712-0410-83d8-924469b57eb5 --- BUGS | 3 +++ files/sample/infobot.config | 2 ++ 2 files changed, 5 insertions(+) diff --git a/BUGS b/BUGS index 1807b02..240f67a 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,8 @@ Known bugs that should be dealt with soon as possible: + * Multiple nick per server is in need of some testing and make be + incomplete or buggy in some parts of the bot + * Older CMD: foo's cannot be used or removed. Must be removed manually from the database with SQL diff --git a/files/sample/infobot.config b/files/sample/infobot.config index 073a81e..837461d 100644 --- a/files/sample/infobot.config +++ b/files/sample/infobot.config @@ -4,6 +4,8 @@ ##### # Basic IRC info ##### +# NOTE: If you would like multiple nick support, use the following format: +# set ircNick nick1,nick2,nick3 set ircNick infobot set ircUser infobot set ircName infobot experimental bot -- 2.39.2