diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 13:17:41 +0100 |
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 13:17:41 +0100 |
| commit | f45ca7022725d7f68aa68555e081f55d8f02db00 (patch) | |
| tree | 69395957551fdefe37c33e651feda06b824c4aa1 /blabouncer.conf.example | |
| parent | cf27363f56e2ba4cf91d2bcfde3b1017237068eb (diff) | |
Support connecting to passworded servers.
Diffstat (limited to 'blabouncer.conf.example')
| -rw-r--r-- | blabouncer.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 3aa8a7f..1395f97 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -40,6 +40,9 @@ ircserver = "irc.blatech.net" # Real IRC server port ircserverport = "6697" +# Real IRC server password +#ircserverpassword = "apples" + # Base directory (defaults to $HOME/.blabouncer/) # Things such as the logs directory will be placed below this #basedir = "/home/foo/.blabouncer/" |
