For those of you who use mIRC and want to have an easier time of managing your channel, this is it!
(Wow... it's hard to read the code. I can't make it white, though, for some reason.)
;================================= ;Channel Owner/Operator script for use on XeroMem ;By Keiro @ gorean.shatteredtears.com ;If you need more help with the script, please contact me on XeroMem. ;================================= ;If you've noticed there's something missing or there's something you ;need, please PM me on XeroMem and I'll look into adding it ;and updating the script for everyone who's an IRCOp and above on XeroMem. ;================================= ;How to Use/Load ;================================= ;How to add to mIRC: Press ALT+R. If you're using mIRC with other ;scripts, please check to ensure you're on the Remotes tab, then click on File -> New and paste into it. ;Otherwise, simply paste it into an empty Remotes file. ;=================================
menu status,channel { XeroMem Channel Owner Commands .- .Channel Information ..Channel Info:/cs info $chan all .- .ChanServ ..Register:/cs register $?="Enter channel name" $?="Enter the channel password" $?="Enter the channel's description" ..EntryMSG ...Add:/cs set $chan entrymsg $?="Enter channel name" $$?="Enter Welcome Message to Add" ..Set ...Founder (Change founder):/cs set $?="Enter channel" FOUNDER $$?="Enter Founder's Name" ...Set Succesor:/cs set $?="Enter channel" successor $$?="Enter Founder's Name" ...Password (Change a channel's password):/cs set $?="Enter Channel name" password $$?="Enter channel's new password" ...Description (Change a channel's description):/cs set $?="Enter Channel name" DESC $$?="Enter the channel's new description" ...URL (Add URL to channel):/cs set $chan URL $?="Enter a URL you want to add to channel." ...E-Mail (Add E-Mail to channel):/cs set $chan EMAIL $?="Enter e-mail you want to add to channel." ...Turn Peace on (ChanServ secure function):/cs set $chan peace on ...Turn Peace off (ChanServ secure function):/cs set $chan peace off ...Turn Secure on (ChanServ secure function):/cs set $chan secure on ...Turn Secure off (ChanServ secure function):/cs set $chan secure off ...Turn SecureOps on (ChanServ secureops function):/cs set $chan secureops on ...Turn SecureOps off (ChanServ secureops function):/cs set $chan secureops off ...Turn SecureFounder on (ChanServ securefounder function):/cs set $chan securefounder on ...Turn SecureFounder off (ChanServ securefounder function):/cs set $chan securefounder off ...Turn SignKick on (ChanServ signkick function):/cs set $chan signkick on ...Turn SignKick off (ChanServ signkick function):/cs set $chan signkick off ...M-lock (Locks the channel to certain modes) ....Mode n (No external messages) .....ON:/cs set $?="Enter Channel name" MLOCK +n .....OFF:/cs set $?="Enter Channel name" MLOCK -n ....Mode t (Make it so only ops can change the channel topic) .....ON:/cs set $?="Enter Channel name" MLOCK +t .....OFF:/cs set $?="Enter Channel name" MLOCK -t ....Mode i (Invite Only) .....ON:/cs set $?="Enter Channel name to lock mode i on" MLOCK +i .....OFF:/cs set $?="Enter Channel name to lock mode i off" MLOCK -i ....Mode s (Make the channel secret) .....ON:/cs set $?="Enter Channel name to lock mode s on" MLOCK +s .....OFF:/cs set $?="Enter Channel name to lock mode s off" MLOCK -s ....Mode p (Make the channel private) .....ON:/cs set $?="Enter Channel name to lock mode p on" MLOCK +p .....OFF:/cs set $?="Enter Channel name to lock mode p off" MLOCK -p ....Mode k (Set a channel key) .....ON:/cs set $?="Enter Channel name to lock mode k on" MLOCK +k $$?="Enter Key" .....OFF:/cs set $?="Enter Channel name to lock mode k off" MLOCK -k ....Mode l (Limit to a certain amount of users) .....ON:/cs set $?="Enter Channel name to lock mode l on" MLOCK +l $$?="Enter number of people to allow in the channel" .....OFF:/cs set $?="Enter Channel name to lock mode l off" MLOCK -l ....Mode m (Make the channel moderated) .....ON:/cs set $?="Enter Channel name to lock mode m on" MLOCK +m .....OFF:/cs set $?="Enter Channel name to lock mode m off" MLOCK -m ....Remove all modelocks:/cs set $?="Enter Channel name" mlock + ...Drop:/cs DROP "Enter channel to drop" ...Help ....Set Help:/cs help set ....Founder Help:/cs help set founder ....Successor Help:/cs help set successor ....Password Help:/cs help set password ....Desccription Help:/cs help set desc ....M-lock Help:/cs help set mlock .- .Give/Take Ops ..SOP ...Add:/cs SOP $?="Enter channel name to add a SOP to" ADD $$?="Enter name or mask of the new SOP" ...Delete:/cs SOP $?="Enter channel name to delete a SOP from" DEL $$?="Enter index number or mask of the SOP to be deleted" ...List:/cs SOP $?="Enter channel name to list SOPS" LIST ..Temp. Op ...Op:/cs op $?="Enter channel with user to op in" $$?="Enter nick to op" ...Deop:/cs deop $?="Enter channel with user to deop in" $$?="Enter nick to deop" ..AOP ...Add:/cs AOP $?="Enter channel name to add an AOP to" ADD $$?="Enter name or mask of the new AOP" ...Delete:/cs AOP $?="Enter channel name to delete an AOP from" DEL $$?="Enter index number or mask of the AOP to be deleted" ...List:/cs AOP $?="Enter channel name to list AOPS" LIST ..HOP ...Add:/cs HOP $?="Enter channel name to add a HOP to" ADD $$?="Enter name or mask of the new HOP" ...Delete:/cs HOP $?="Enter channel name to delete a HOP from" DEL $$?="Enter index number or mask of the HOP to be deleted" ...List:/cs HOP $?="Enter channel name to list HOPS" LIST ..VOP ...Add:/cs VOP $?="Enter channel name to add a VOP to" ADD $$?="Enter name or mask of the new VOP" ...Delete:/cs VOP $?="Enter channel name to delete a VOP from" DEL $$?="Enter index number or mask of the VOP to be deleted" ...List:/cs VOP $?="Enter channel name to list VOPS" LIST $$?="Enter search pattern(leave blank for none)" .- .Ban/Unban ...Kick a user:/cs kick $chan $nick $?="Who do you want to kick? Part 1 of 2 commands." $$?"Enter the message you want to include in the kick, part 2 of 2 commands." ....Ban a user:/mode $chan +b $address($?="Who do you want to ban?",4) ....Unban a user:/mode $chan -b $address($?="Who do you want to unban?",4) ..A-kick ...Add:/cs AKICK #$?="Enter channel name to add an AKICK to" ADD $?="Enter name or mask of the new AKICK" ...Delete:/cs AKICK #$?="Enter channel name to delete an AKICK from" DEL $?="Enter index number or mask of the AKICK to be deleted" ...List:/cs AKICK #$?="Enter channel name to list AKICKS" LIST $?="Enter search pattern(leave blank for none)" ...Clear:/cs AKICK #$?="Enter channel name to clear all AKICKS" CLEAR .- .User Information ..Names in the Channel:/names #$$?="Lists who's in the Channel. Enter a channel's name. Example: Help" ..Who is:/whois $$?="Enter a nick to check in the text box below." ..Who was:/whowas $$?="This is to check a user's nick history. Nickname:" ..DNS Lookup:/dns -c $$?="This checks a person's DNS. Enter a person's nick in the text box below." .-