Skip to content

Instantly share code, notes, and snippets.

@aanoaa
Created February 14, 2011 08:54
Show Gist options
  • Save aanoaa/825633 to your computer and use it in GitHub Desktop.
Save aanoaa/825633 to your computer and use it in GitHub Desktop.
# 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