mirror of
https://github.com/krislamo/Flea
synced 2025-01-08 02:40:34 +00:00
Kris Lamoureux
037052d1c7
Added logging of all sent/received data and errors. Passwords are censored from the terminal and log file. Fixed case-sensitivity of the Control nick and channel.
16 lines
217 B
Plaintext
16 lines
217 B
Plaintext
debug = true
|
|
logging = false
|
|
plugins = true
|
|
|
|
host = irc.example.net
|
|
port = 7001
|
|
|
|
nick = Flea
|
|
password = your_password
|
|
ident = Fleabot
|
|
mode = +B
|
|
unused = *
|
|
realname = your_name
|
|
|
|
control = your_nick
|
|
channel = #MyChannel |