[Dancer-changes] CVS: htdocs FAQ,1.1.1.1,1.2
Brought to you by:
bagder
|
From: Elmar H. <el...@us...> - 2003-01-30 15:12:15
|
Update of /cvsroot/dancer/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv10047
Modified Files:
FAQ
Log Message:
Sync to CVS
Index: FAQ
===================================================================
RCS file: /cvsroot/dancer/htdocs/FAQ,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- FAQ 14 Nov 2000 03:11:40 -0000 1.1.1.1
+++ FAQ 30 Jan 2003 15:12:09 -0000 1.2
@@ -13,7 +13,8 @@
2. Running
2.1 How do I run it?
2.1.1 How do I compile it?
- 2.1.1.1 Fpl not found
+ 2.1.1.1 Problems when compiling
+ 2.1.1.2 Fpl not found
2.1.2 Which files do I have to edit?
2.1.3 How do I start it?
2.2 Do I have to use the launch script?
@@ -25,7 +26,7 @@
2.6 I cannot dcc chat with it.
2.7 It crashes in mysterious ways.
2.8 How do I upgrade smoothly?
- 2.9 How do I make it register with Undernet X/W channel service?
+ 2.9 How do I make it register with Dalnet or Undernet channel service?
2.10 How do I bind a dancer to a vhost?
2.11 How do I enable longer than 9 letter nicks?
@@ -36,7 +37,6 @@
3.4 Can I redirect the output of a command to someone else?
3.5 Can I add my own commands?
3.6 Invite?
- 3.7 Strictop causes the bot to deop itself
4. Fpl
4.1 What is fpl?
@@ -131,8 +131,18 @@
> make
+2.1.1.1 Problems when compiling
-2.1.1.1 Fpl not found
+ SunOS Solaris (2.6 upwards usually with gcc versions 2.7.1 - 2.7.3)
+ -------------
+
+ Problem: gcc gives you the #error: "No DATAMODEL_NATIVE specified" and/or
+ warning: `NBBY' redefined.
+
+ Solution: Its time to upgrade your gcc to a new version. See also:
+ http://www.wins.uva.nl/pub/solaris/solaris2.html#q6.28
+
+2.1.1.2 Fpl not found
- If the Makefile script doesn't do it for you:
@@ -210,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
@@ -246,6 +264,10 @@
NOTE: the default password is possible to configure in the .config file and
thus you must change the commands suggested accordingly.
+ If the IRC network you are connected to supports nicks longer than 9 letters
+ and you are or have been using such a long nick, make sure Dancer has been
+ compiled to support them, see question 2.11.
+
2.5 My friend forgot his password. Can I find it somewhere?
No, all passwords are encrypted. You cannot read his password, but you can
@@ -282,7 +304,6 @@
enlarge the stack a lot before running Dancer to prevent getting problems
with that.
-
2.8 How do I upgrade smoothly?
Unpack the new archive (it will get extracted in a new directory (named
@@ -305,15 +326,10 @@
Run the new one.
+2.9 How do I make it register with Dalnet or Undernet channel service?
-2.9 How do I make it register with Undernet X/W channel service?
-
- Use FPL. Add this line to your dancer.fplconf
-
- join: "" if (!strcmp("%u", "%n")) Do("PRIVMSG X...@ch... :pass [channel] [password]");
-
- Replace [password] and [channel] with the appropriate strings.
-
+ Support for channel services has to be enabled at compile time, see section
+ 5.3 and 5.4 in the Dancer documentation.
2.10 How do I bind a dancer to a vhost?
@@ -381,14 +397,6 @@
to Dancer. Only users with level 10 and above are able to use this
feature.
-3.7 Strictop causes the bot to deop itself
-
- The STRICTOP flag does one thing. It DEOPS anyone that isn't recognized
- and is opped by anyone that isn't level 200 or higher.
-
- If anyone ops the bot and it deops itself due to the STRICTOP restriction,
- you should make sure that the bot recognizes itself as a highlevel "user".
-
===================================================================
@@ -423,15 +431,12 @@
The official homepage of Dancer, which always contains the latest relevant
information, is at:
- http://www.fts.frontec.se/~dast/dancer/
-
- The official ftp site is:
-
- ftp://ftp.dk.net/pub/network/irc/dancer/
+ http://dancer.sourceforge.net
5.2 Where can I find the fpl library?
- http://www.fts.frontec.se/~dast/fpl/
+ http://www.contactor.se/~dast/fpl/
+ http://www.contactor.se/~dast/fpl-old/
5.3 Where can I find <external-program-being-used>?
|