on *:TEXT:c:#: {
if ($me isop # && $nick isop #) {
.timererase 1 1 msg # / $+ clear
.timererase 1 2 msg # $nick $+ , has Erased the chatroom.
}
else {
{ msg # $nick you currently don't hold the permission to Erase the chat. } halt
}
}