diff options
author | Adam <Adam@anope.org> | 2011-02-27 23:53:56 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-27 23:53:56 -0500 |
commit | ed4c5e14571be95fc44a5dde5f875807b2842988 (patch) | |
tree | ba7b920455200ae55d3fe852fcd4485e5273326f | |
parent | fdcb7e56ae21c9bccfa65822e74b381e6d467def (diff) |
Fixed os_sqline del
-rw-r--r-- | modules/core/os_sqline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_sqline.cpp b/modules/core/os_sqline.cpp index 1d8a5a77a..69471f259 100644 --- a/modules/core/os_sqline.cpp +++ b/modules/core/os_sqline.cpp @@ -43,7 +43,7 @@ class SQLineDelCallback : public NumberList return; ++Deleted; - DoDel(u, x - 1); + DoDel(u, x); } static void DoDel(User *u, XLine *x) |