diff options
Diffstat (limited to 'src/Reaktor/Plugins/NickServ.hs')
-rw-r--r-- | src/Reaktor/Plugins/NickServ.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reaktor/Plugins/NickServ.hs b/src/Reaktor/Plugins/NickServ.hs index caa2301..36b8917 100644 --- a/src/Reaktor/Plugins/NickServ.hs +++ b/src/Reaktor/Plugins/NickServ.hs @@ -9,8 +9,8 @@ import Data.Aeson import Data.Aeson.Types (parseEither) import qualified Data.ByteString.Char8.Extended as BS import GHC.Generics +import Reaktor.Internal import Reaktor.Message -import Reaktor.Types import Reaktor.Utils (randomNick) |