[Dancer-changes] CVS: dancer FAQ,1.2,1.3
Brought to you by:
bagder
|
From: Elmar H. <el...@us...> - 2003-01-30 15:06:10
|
Update of /cvsroot/dancer/dancer In directory sc8-pr-cvs1:/tmp/cvs-serv6881 Modified Files: FAQ Log Message: Mention long nicks causing OnJoin DEBUG statements in the log Index: FAQ =================================================================== RCS file: /cvsroot/dancer/dancer/FAQ,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FAQ 11 Aug 2002 20:32:45 -0000 1.2 +++ FAQ 30 Jan 2003 15:06:05 -0000 1.3 @@ -220,6 +220,14 @@ 2.3.1 The logfile contains a DEBUG statement. + If the logfile contains DEBUG statements similar to + + 02.47.22 DEBUG Parse error in OnJoin(from = "SomeLongNick!us...@ex...", + line = ":#channel") (snapshot: server.c line 973) + + and the IRC network you are connected to supports nicks longer than 9 letters, + make sure Dancer has been compiled to support them, see question 2.11. + If everything else fails try setting the environment variable DANCER_MYHOST to the full name (host and internet domain) of your machine, ie. "setenv DANCER_HOST breese.imada.ou.dk" (this assumes that the machine the bot runs |