diff options
author | Adam <Adam@anope.org> | 2012-01-15 01:47:31 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-01-15 01:47:31 -0500 |
commit | 964d63cdacdbc3769b269ae0e6e616f58f0256bc (patch) | |
tree | 7398a51b5bc15e054fb6640b226b26c1e2793eda /modules/database/db_sql.cpp | |
parent | f38faedbdad404983c0d291b8e0e233a6b0fb70d (diff) |
Improve on db_sql_live_read
Diffstat (limited to 'modules/database/db_sql.cpp')
-rw-r--r-- | modules/database/db_sql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index 40b24b0aa..c32c12e2e 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -183,7 +183,7 @@ class DBSQL : public Module } } - return EVENT_CONTINUE; + return EVENT_STOP; } }; |