# blabouncer configuration file # Entries must be in the form: # option name, space, equals sign, space, double quote, option value, double quote # e.g. # realname = "Mr Bla Bouncer" nick = "blabounce" username = "blabounce" realname = "Mr Bla Bouncer" # How many seconds of replay log should be sent to connecting clients replayseconds = "7200" # Connect password clients must provided to connect password = "bananas" # Port the bouncer should listen on clientport = "1234" # Real IRC server the bouncer connects to ircserver = "irc.blatech.net" # Real IRC server port ircserverport = "6667"