diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 0e612d21..81bf1cc9 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -55,10 +55,15 @@ Nick="matterbot" #If you registered your bot with a service like Nickserv on freenode. #Also being used when UseSASL=true +# +#Note: if you want do to quakenet auth, set NickServNick="Q@CServe.quakenet.org" #OPTIONAL NickServNick="nickserv" NickServPassword="secret" +#OPTIONAL only used for quakenet auth +NickServUsername="username" + #Flood control #Delay in milliseconds between each message send to the IRC server #OPTIONAL (default 1300) |