chat clear Justin.tv
Platform: mIRC
Published Oct 10, 2010
Updated Oct 15, 2010
This Command is made For Justin.tv User's ONLY!
This is How it Works
Commands
---------------------
!chatclear
-----------------------------------
EX:
<You> !chatclear
<BOT> xbox_gamer1 Has Cleared the chatroom!
--------------------------------------------
Well there you have it my Chatclear in command
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;Chat clear;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;; by xbox_gamer1;;;;;
on *:TEXT:!chatclear:#:{
msg $chan /clear
msg $chan $nick Has Cleared the chatroom!
}
---------------------------------------------------
Chat Clear
MODS ONLY!!
on *:TEXT:!chatclear:#:{
if ($nick isop #) {
msg $chan /clear
msg $chan $nick Has Cleared the chatroom!
else { .notice $nick you not authorized to use this command } halt
}