mirror of
https://github.com/krislamo/Flea
synced 2024-11-10 02:10:35 +00:00
Kris Lamoureux
5b7d245347
Connection stays open and bot will continuously ping back. Added improved IRC library from an old Python IRC bot I wrote, it is mostly changed except for the IRC parser; Changed default settings.conf port to 7001 because SSL/TLS connections are currently the only choice.
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
debug = true
|
|
|
|
host = irc.example.net
|
|
port = 7001
|
|
|
|
nick = Flea
|
|
password = your_password
|
|
ident = Fleabot
|
|
mode = +B
|
|
unused = *
|
|
realname = your_name
|
|
|