mirror of
https://github.com/anope/anope.git
synced 2026-07-06 00:13:13 +02:00
irc2sql: fixed small typo
This commit is contained in:
@@ -318,7 +318,7 @@ void IRC2SQL::CheckTables()
|
||||
"DELETE i FROM `" + prefix + "ison` AS i "
|
||||
"INNER JOIN `" + prefix + "user` as u "
|
||||
"WHERE u.nick = nick_ "
|
||||
"AND i.nickid = u.nickid "
|
||||
"AND i.nickid = u.nickid;"
|
||||
/* remove the user from the user table */
|
||||
"DELETE FROM `" + prefix + "user` WHERE nick = nick_; "
|
||||
"END";
|
||||
|
||||
Reference in New Issue
Block a user