~ubuntu-branches/ubuntu/precise/gozerbot/precise

« back to all changes in this revision

Viewing changes to doc/FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Malcolm
  • Date: 2008-06-02 19:26:39 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080602192639-3rn65nx4q1sgd6sy
Tags: 0.8.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
__copyright__ = 'this file is in the public domain'
6
6
 
7
 
1) when i install the bot and try to make it join a channel it says
8
 
   userhost denied.
 
7
1) when i install the bot and try to make it join a channel it says userhost denied. 
 
8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
9
9
 
10
10
   your client's userhost and the owneruserhost entry in the config file
11
11
   don't match. use the userhost in the denied message as your owneruserhost
12
12
 
13
13
2) i want to change a permission of a command.
 
14
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14
15
 
15
16
   sometimes you want to give a different permission to a command. instead of
16
17
   changing the code, you can add the new permission to a file called 
28
29
   commands can not be used anonymously. examples of permissions to use are
29
30
   ANONKARMA and ANONQUOTE
30
31
 
 
32
   EVEN NEWER:
 
33
 
 
34
   commands can now be allowed for anon users with the all-add command.
 
35
   example: all-add version
 
36
 
31
37
3) the bot doesn't connect to the server.
 
38
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
39
 
33
40
   set loglevel to 2 so you can see what messages the server is sending back.
34
41
 
35
42
4) i want to let the bot give auto-op.
 
43
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
44
 
37
45
   add the channel name to the status of a user .. setstatus <username>
38
46
   <channel> .. use getname <nick> to get a username of a user.