Rewrote command handling, added the Quote module and cleaned input handling.
This commit is contained in:
parent
46d9dd301d
commit
53870767c3
9 changed files with 116 additions and 57 deletions
|
@ -9,7 +9,7 @@ import Hsbot.Types
|
|||
|
||||
-- | Imported plugins goes there
|
||||
defaultPlugins :: [String]
|
||||
defaultPlugins = [ "Ping" ]
|
||||
defaultPlugins = [ "Ping", "Quote" ]
|
||||
|
||||
-- | User server
|
||||
kro :: IrcServer
|
||||
|
|
Reference in a new issue