1
0
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:
DukePyrolator
2013-12-15 16:52:08 +01:00
parent 6ff83c3407
commit 2ad4a8667f
+1 -1
View File
@@ -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";