1
0
mirror of https://github.com/anope/anope.git synced 2026-06-24 18:26:37 +02:00

Improve on db_sql_live_read

This commit is contained in:
Adam
2012-01-15 01:47:31 -05:00
parent f38faedbda
commit 964d63cdac
6 changed files with 105 additions and 127 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ class DBSQL : public Module
}
}
return EVENT_CONTINUE;
return EVENT_STOP;
}
};