;compiled by terri, Nov. 24, 1998 menu menubar { IRCop Commands .Activate IRCop status:{ /set %tmp $?="Enter your IRCop nickname" /oper %tmp $$?="Enter password" /unset %tmp } .join #Opers:/msg X opers #Opers UWorld .check UWorld access level of someone:/msg UWorld access $$?="Enter nickname" .whois someone:/msg UWorld whois $$?="Enter nickname" .hostchk - locate all users with a certain host:/msg UWorld hostchk $$?="Enter host (example: *.vicksburg.com)" .list IRCops on-line ..nicks in bold:/msg UWorld list opers ..full masks:/msg UWorld operlist .list all +s channels:/msg UWorld list secret .list all users in a channel:/msg UWorld whoison $$?="Enter #channel" .list banned words for channel names:/msg UWorld list bad .list active g-lines:/msg UWorld list glines .list number of users on each server:/msg UWorld list users .list hubs and their links:/msg UWorld list links .list server numerics:/msg UWorld list servers .list trusted hosts:/msg UWorld list trusted .- .send a message to all on-line IRCops:/msg UWorld opermsg $$?="Enter the message" .send a message to all users [500]:/msg UWorld broadcast $$?="Enter the message" .- .kill all users with a certain host [500]:{ /set %tmp $?="Enter host (eg: ppp2.thenet.com)" /msg UWorld hostkill %tmp $$?="Enter reason" /unset %tmp } .- .gline someone:{ /set %tmp1 $?="Enter user@host" /set %tmp2 $?="Enter duration, in seconds" /msg UWorld gline %tmp1 %tmp2 $?="Enter reason" } .un-gline someone:/msg UWorld ungline $$?="Enter user@host" .re-issue all g-lines, to add them to a joining server:/msg UWorld refreshg .- .show list of commands:/msg UWorld showcommands } menu nicklist,query { IRCop Commands .kill this user:/kill $1 $$?="Enter the reason" UWorld .check user's access:/msg UWorld access $1 .whois:/msg UWorld whois $1 .- .block user (gline by nick for 1 hour):/msg UWorld block $1 } menu channel { UWorld .kill all users in this channel, except you [500]:/msg UWorld chankill # $$?="Enter the reason" }