botconfig.py.example: improve example values
* there is no good reason *not* to use SSL; * the example config assumes freenode, where a wolfgame channel would be expected to use the double-# namespace; if we're going to suggest a network to use, our example should follow their policy, too.
This commit is contained in:
parent
15fab6c0b7
commit
c611db5109
@ -1,7 +1,7 @@
|
|||||||
PASS = "my_nickserv_pass"
|
PASS = "my_nickserv_pass"
|
||||||
CHANNEL = "#mywolfgame"
|
CHANNEL = "##mywolfgame"
|
||||||
HOST = "irc.freenode.net"
|
HOST = "irc.freenode.net"
|
||||||
PORT = 6667
|
PORT = 6697
|
||||||
USERNAME = "" # for authentication, can be left blank if same as NICK
|
USERNAME = "" # for authentication, can be left blank if same as NICK
|
||||||
NICK = "mywolfbot"
|
NICK = "mywolfbot"
|
||||||
IDENT = NICK
|
IDENT = NICK
|
||||||
@ -10,7 +10,7 @@ CMD_CHAR = "!"
|
|||||||
CHANGING_HOST_QUIT_MESSAGE = "Changing host"
|
CHANGING_HOST_QUIT_MESSAGE = "Changing host"
|
||||||
|
|
||||||
SASL_AUTHENTICATION = False # put account name in USERNAME ^ if different from nick
|
SASL_AUTHENTICATION = False # put account name in USERNAME ^ if different from nick
|
||||||
USE_SSL = False
|
USE_SSL = True
|
||||||
DISABLE_DEBUG_MODE = False # Entirely disable debug mode
|
DISABLE_DEBUG_MODE = False # Entirely disable debug mode
|
||||||
IGNORE_HIDDEN_COMMANDS = True # Ignore commands sent to @#channel or +#channel
|
IGNORE_HIDDEN_COMMANDS = True # Ignore commands sent to @#channel or +#channel
|
||||||
ALLOW_NOTICE_COMMANDS = False # allow /notice #channel !command to be interpreted as a command
|
ALLOW_NOTICE_COMMANDS = False # allow /notice #channel !command to be interpreted as a command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user