index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | conf/example.conf | 6 |
diff --git a/conf/example.conf b/conf/example.conf index af9a99c..4289321 100644 --- a/conf/example.conf +++ b/conf/example.conf @@ -2,7 +2,7 @@ server = irc.freenode.net port = 6667 server_password = password -channels = #keryx +channels = #excid3 nick = Timber nick_password = password @@ -21,8 +21,10 @@ join = -!- <span class="join">%user%</span> [%host%] has joined %channel% kick = -!- <span class="kick">%user%</span> was kicked from %channel% by %kicker% [%reason%] mode = -!- mode/<span class="mode">%channel%</span> [%modes% %person%] by %giver% nick = <span class="nick">%old%</span> is now known as <span class="nick">%new%</span> -part = -!- <span class="part">%user%</span> has parted %channel% +part = -!- <span class="part">%user%</span> [%host%] has parted %channel% pubmsg = <span class="person" style="color:%color%"><%user%></span> %message% pubnotice = <span class="notice">-%user%:%channel%-</span> %message% quit = -!- <span class="quit">%user%</span> has quit [%reason%] topic = <span class="topic">%user%</span> changed topic of <span class="topic">%channel%</span> to: %topic% +action = <span class="person" style="color:%color%">* %user% %action%</span> +help = Check out http://excid3.com
\ No newline at end of file |