]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_safelist.cpp
Next part of Development/Hooking (see wiki)
[user/henk/code/inspircd.git] / src / modules / m_safelist.cpp
index 0155492fc4829a3c5bb7dcafa2cfc943a55108fa..388781cee4fdebae367cd77c3ef12ebe83ed02fa 100644 (file)
@@ -168,7 +168,7 @@ class ModuleSafeList : public Module
                if (user->GetExt("safelist_cache", ld))
                {
                        Channel* chan = NULL;
-                       long amount_sent = 0;
+                       unsigned long amount_sent = 0;
                        do
                        {
                                chan = ServerInstance->GetChannelIndex(ld->list_position);