]> jfr.im git - solanum.git/blobdiff - modules/core/m_message.c
Truncate idle time in /who to 32 bits.
[solanum.git] / modules / core / m_message.c
index fc0896ff39a7ed845f1d1cc93f3c2f39ee2f939e..658a2a309752742fa4655d3f086beb43010bde6b 100644 (file)
@@ -916,7 +916,6 @@ handle_special(int p_or_n, const char *command, struct Client *client_p,
        struct Client *target_p;
        char *server;
        char *s;
-       int count;
 
        /* user[%host]@server addressed?
         * NOTE: users can send to user@server, but not user%host@server
@@ -931,8 +930,6 @@ handle_special(int p_or_n, const char *command, struct Client *client_p,
                        return;
                }
 
-               count = 0;
-
                if(!IsOper(source_p))
                {
                        if(strchr(nick, '%') || (strncmp(nick, "opers", 5) == 0))