remove duplicate bang

This commit is contained in:
SwissalpS 2020-02-10 23:24:07 +01:00
parent 788879cdc5
commit 21e8e9609e

View File

@ -88,7 +88,7 @@ local delete_channel = {
end
if param == beerchat.main_channel_name then
return false, "ERROR: Cannot delete the main channel!!"
return false, "ERROR: Cannot delete the main channel!"
end
if not beerchat.channels[param] then