Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:*.gmap:#Mcwall:{
- if ($nick == Madserver) {
- var %n $remove($1,:)
- if ($($+(%,mc.,$nick,map),2) != true) {
- onotice #Mcwall [Map request] %n has requested a map. Type !accept %n to proceed.
- }
- else {
- msg $chan Sorry %n $+ , you have already created a map.
- }
- }
- }
- on *:text:!accept *:#Mcwall:{
- if ($nick isop #Mcwall) {
- set $+(%,mc.,$2,map) true
- msg madserver newlvl $2 128 128 128 flat
- msg $chan $nick has accepted $2 $+ 's map request.
- }
- else {
- msg $chan Sorry $nick $+ , you must be an op to accept the map request.
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement