Convert accidental instances of STQL to the proper SQL

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 9ca32ef31a
commit a722abf978

@ -98,13 +98,13 @@
#define RPL_STATSILINE 215 /* [I,E,U,D] "%c %s * %s %d %d"*/
#define RPL_STATSKLINE 216 /* [I,E,U,D] */
#define RPL_STATSPLINE 217 /* [U] */
#define RPL_STATSTQLINE 217 /* [I,E,U,D] */
#define RPL_STATSQLINE 217 /* [I,E,U,D] */
#define RPL_STATSYLINE 218 /* [I,E,U,D] */
#define RPL_ENDOFSTATS 219 // [I,E,U,D] */
// #define RPL_???? 220
#define RPL_UMODEIS 221 /* <nick> <mode> [I,E,U,D] # */
#define RPL_STATSBLINE 222 /* [E] */
#define RPL_STQLINE_NICK 222 /* [D] */
#define RPL_SQLINE_NICK 222 /* [D] */
#define RPL_STATSELINE 223 /* [E] */
#define RPL_STATSFLINE 224 /* [E] */
#define RPL_STATSDLINE 225 /* [E] */
@ -405,7 +405,7 @@
///* 395 */ RPL_NOUSERS, ":Nobody logged in.",
///* 216 */ RPL_STATSKLINE, "%c %s * %s %s",
///* 216 */ RPL_STATSKLINE, "%c %s %s %s %d %d",
///* 217 */ RPL_STATSTQLINE, "%c %s * %s %d %d",
///* 217 */ RPL_STATSQLINE, "%c %s * %s %d %d",
///* 218 */ RPL_STATSYLINE, "%c %d %d %d %d %ld",
///* 219 */ RPL_ENDOFSTATS, "%c :End of /STATS report",
///* 221 */ RPL_UMODEIS, "%s",

Loading…
Cancel
Save