remove duplicate bang
This commit is contained in:
parent
788879cdc5
commit
21e8e9609e
@ -88,7 +88,7 @@ local delete_channel = {
|
|||||||
end
|
end
|
||||||
|
|
||||||
if param == beerchat.main_channel_name then
|
if param == beerchat.main_channel_name then
|
||||||
return false, "ERROR: Cannot delete the main channel!!"
|
return false, "ERROR: Cannot delete the main channel!"
|
||||||
end
|
end
|
||||||
|
|
||||||
if not beerchat.channels[param] then
|
if not beerchat.channels[param] then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user