Archived
1
0
Fork 0

Added command registering and dispatching for plugins.

This commit is contained in:
Julien Dessaux 2010-02-04 20:40:16 +01:00
parent d2f40f6481
commit cf68de02be
6 changed files with 79 additions and 16 deletions

View file

@ -26,7 +26,7 @@ kro = IrcServer
-- | User configuration
config :: Config
config = Config
{ commandPrefixes = ['@']
, ircServer = kro
{ commandPrefix = '@'
, ircServer = kro
}