mirror of
https://github.com/krislamo/Flea
synced 2024-11-10 02:10:35 +00:00
Kris Lamoureux
80e6787d50
Added Control Plugin: authentication and basic control of IRC commands; Move settings and packet info into the IRC class; Minor fix of irclib's Whois function
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
debug = true
|
|
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 |