Added command registering and dispatching for plugins.
This commit is contained in:
parent
d2f40f6481
commit
cf68de02be
6 changed files with 79 additions and 16 deletions
|
@ -26,7 +26,7 @@ kro = IrcServer
|
|||
-- | User configuration
|
||||
config :: Config
|
||||
config = Config
|
||||
{ commandPrefixes = ['@']
|
||||
, ircServer = kro
|
||||
{ commandPrefix = '@'
|
||||
, ircServer = kro
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue