commit 5877bca4bcea97d50c6c2997ac2914d78552c6a6 from: Florian Westphal date: Sat Dec 02 14:24:36 2006 UTC fix RPL_LOCALUSERS_MSG (%ld -> %lu) commit - 37602d1523f63b903f77d4a3c9685203d625d799 commit + 5877bca4bcea97d50c6c2997ac2914d78552c6a6 blob - b28a7ab0eb19c41a281858cbc5b2a02663cd4a69 blob + f9953201d59d9cd179530593a1dd1fd24c79e768 --- src/ngircd/messages.h +++ src/ngircd/messages.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: messages.h,v 1.71 2006/10/07 10:40:52 fw Exp $ + * $Id: messages.h,v 1.72 2006/12/02 14:24:36 fw Exp $ * * IRC numerics (Header) */ @@ -42,7 +42,7 @@ #define RPL_ADMINLOC2_MSG "258 %s :%s" #define RPL_ADMINEMAIL_MSG "259 %s :%s" #define RPL_TRACEEND_MSG "262 %s %s %s-%s.%s :End of TRACE" -#define RPL_LOCALUSERS_MSG "265 %s %ld %ld :Current local users: %ld, Max: %ld" +#define RPL_LOCALUSERS_MSG "265 %s %lu %lu :Current local users: %lu, Max: %lu" #define RPL_NETUSERS_MSG "266 %s %lu %lu :Current global users: %lu, Max: %lu" #define RPL_AWAY_MSG "301 %s %s :%s"