Added ability to autorejoin after being kicked.
This commit is contained in:
parent
c5ee416be9
commit
f559edad96
4
bot.cfg
4
bot.cfg
@ -1,6 +1,6 @@
|
||||
#enter channels here in quotes before the )
|
||||
channel=(
|
||||
"talkingarch"
|
||||
"a11y"
|
||||
)
|
||||
# The date format for log entries. man date for details.
|
||||
dateFormat='%B %d, %I:%m%P'
|
||||
@ -19,3 +19,5 @@ quitMessage="$nick vanishes in a sudden flash of brilliant lightning."
|
||||
server="irc.netwirc.tk"
|
||||
# format=username hostname servername :realname
|
||||
user="$nick ${server%.} $server :$nick"
|
||||
# auto rejoin if kicked from channel?
|
||||
autoRejoinChannel=true
|
||||
|
Loading…
Reference in New Issue
Block a user