Created
February 14, 2011 08:54
-
-
Save aanoaa/825633 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration is done per "Connection". | |
<Config> | |
<Connection freenode> | |
Network freenode | |
LoadModule Echo | |
LoadModule Eval | |
LoadModule Kspell | |
LoadModule Letter | |
LoadModule Twitter | |
LoadModule PeekURL | |
LoadModule Join | |
LoadModule Hit | |
<Plugin Echo/> | |
<Plugin Eval/> | |
<Plugin Letter/> | |
<Plugin Kspell/> | |
<Plugin Twitter/> | |
<Plugin PeekURL/> | |
<Plugin Join> # Channels must be ArrayRef | |
# for single channel | |
#Channels [ \#perl-kr ] # note: \#: escape character in Config::General | |
# set like below if you want to multi channels | |
Channels [ \#aanoaa ] | |
</Plugin> | |
<Plugin Hit> | |
texts fork you | |
texts http://stfuawsc.com | |
texts i saw your profile at 'http://youporn.com'. yours susan. | |
</Plugin> | |
</Connection> | |
<Network freenode> | |
Server irc.freenode.net | |
Port 6667 | |
Username hongbot_ | |
Nickname hongbot_ | |
</Network> | |
</Config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment