first updates.

This commit is contained in:
Storm Dragon
2016-09-02 10:58:05 -04:00
parent a1e3cb078f
commit ae2a737d2c
3 changed files with 17 additions and 7 deletions

View File

@ -1,5 +1,11 @@
server="irc.freenode.net"
channel="linux"
nick="bashbot"
user="username hostname servername :realname"
server="irc.netwirc.tk"
port=6667
#enter channels here in quotes before the )
channel=(
"a11y"
)
nick="storm_bot"
# format=username hostname servername :realname
user="$nick ${server%.} $server :$nick"
# Path to log file
log="log.txt"