Skip to content

Instantly share code, notes, and snippets.

@saevarb
Created April 11, 2014 21:43
Show Gist options
  • Save saevarb/10504024 to your computer and use it in GitHub Desktop.
Save saevarb/10504024 to your computer and use it in GitHub Desktop.
; SeeBorg 0.51 beta settings file
; Lines beginning with ; or # are treated as comments
; Address of IRC server
server =
; Server port
serverport = 6667
; Bot's nickname
nickname = SeeBorg
; Bot's username (will show as ~<username>@some.host.com)
username = SeeBorg
; Bot's realname (will show in whois)
realname = I am SeeBorg v0.51 beta
; Bot's quit message
quitmessage = Byebye...
; Reply rate to all messages (in percent)
replyrate = 1.00
; Reply rate to messages containing bot's nickname (in percent)
replynick = 33.00
; Reply rate to messages containing magic words (in percent)
replymagic = 33.00
; Controls whether the bot speaks at all (boolean)
speaking = 1
; Does the bot learn, or just replies (boolean)
learning = 1
; Try to emulate a popular IRC client's behaviour (TODO, boolean)
stealth = 0
; Join the channels the bot was invited to (0 - no, 1 - yes, 2 - only by owner)
joininvites = 2
; Autosave period (in seconds)
autosaveperiod = 600
; Channel list to join to
channels = #seeborg #test
; Magic word list
magicwords =
; Owner list (nicknames)
owners =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment