You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
remove() queries using channel AND character AND nick. If admin is deleting,delete() skips verify_nick() as expected, but because nick is the admin's nick, the query returns and empty set and no rows are deleted. Fix here: http://pastebin.com/eeG8JnKp
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
remove()
queries using channel AND character AND nick. If admin is deleting,delete()
skipsverify_nick()
as expected, but because nick is the admin's nick, the query returns and empty set and no rows are deleted. Fix here: http://pastebin.com/eeG8JnKpThe text was updated successfully, but these errors were encountered: