]> jfr.im git - solanum.git/blobdiff - modules/m_unreject.c
cap-notify: add cap-notify cap
[solanum.git] / modules / m_unreject.c
index 21e136a3785e748c14ed824551b2ca442ac90c12..4479c0326604ff7c3b9627ae5637d87137a0323f 100644 (file)
@@ -53,15 +53,15 @@ mo_unreject(struct Client *client_p, struct Client *source_p, int parc, const ch
           ConfigFileEntry.reject_duration == 0)
        {
                sendto_one_notice(source_p, ":Reject cache is disabled");
-               return 0;                       
+               return 0;
        }
 
        if(!parse_netmask(parv[1], NULL, NULL))
        {
                sendto_one_notice(source_p, ":Unable to parse netmask %s", parv[1]);
                return 0;
-       }       
-       
+       }
+
        if(remove_reject_ip(parv[1]))
                sendto_one_notice(source_p, ":Removed reject for %s", parv[1]);
        else