Moderate Chatroom
Platform: mIRC
Published Nov 19, 2009
Updated Feb 14, 2010
Simple script on how to moderate and moderate the chat room.
This is simple and straight forward, if you wish to moderate the chat type "/mod"
and when you wish to unmoderate type "/unmod"
;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
;@@@ Kick / Kick-Ban Script @@@
;@@@ By Craighton @@@
;@@@ http://blog.logiclounge.net @@@
;@@@ If you need help join @@@
;@@@ Server: irc.logiclounge.org @@@
;@@@ Channel: #scripts @@@
;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
alias mod {
mode $chan +m
}
alias unmod {
mode $chan -m
}