roomowner add/delete controls/mod commands

By blackvenomm666 on Feb 13, 2010

easy dialog box to control adding/deleting sop aop vop mem and set the room password add to remotes access via menubar nicklist channel only works if you have sop privelidges i updated it it also now has mod controls kick ban etc.. for use on chatspace clients only and is set to work on only the chan you open it on

.Venom Owner/mod controls system.
.Coded  By.
.Ryan.

Menu Menubar,Nicklist,Channel {
  Owner/Mod controls System
  .VenomOwner/ModSys:Dialog -dm Sop.System Sop.System
}

Dialog Sop.System {
  Title "VenomSopSystem"
  Size -1 -1 157 97
  Option dbu
  ;-----Main Controls Tab 100
  tab "+ owner " ,100, 02 02 130 22, tab 100
  Button "addaop " 101, 02 30 50 15, tab 100
  Button "delaop " 102, 02 46 50 15, tab 100
  Button "addsop " 103, 02 62 50 15, tab 100
  Button "delsop " 104, 02 78 50 15, tab 100 
  Button "addmem " 105, 53 30 50 15, tab 100
  Button "delmem " 106, 53 46 50 15, tab 100
  Button "addvop " 107, 53 62 50 15, tab 100
  Button "delvop " 108, 53 78 50 15, tab 100 
  Button "Soppas " 109, 104 30 50 15, tab 100
  Button "aoppas " 110, 104 46 50 15, tab 100
  ;-----Mod options Tab 200
  tab "+ Mod options ", 200, 2 123 246 75
  Button "mod " 201, 02 30 50 15, tab 200
  Button "demod " 202, 02 46 50 15, tab 200
  Button "voice " 203, 02 62 50 15, tab 200
  Button "devoice" 204, 02 78 50 15, tab 200
  Button "kick" 205, 53 30 50 15, tab 200
  Button "kick y" 206, 53 46 50 15, tab 200
  Button "Ban" 207, 53 62 50 15, tab 200
  Button "unban" 208, 53 78 50 15, tab 200
}
on *:dialog:Sop.System:sclick:101:{
  /services aop $active add $$?"whatnick"
}
on *:dialog:Sop.System:sclick:102:{
  /services aop $active del $$?"whatnick"
}
on *:dialog:Sop.System:sclick:103:{
  /services sop $active add $$?"whatnick"
}
on *:dialog:Sop.System:sclick:104:{
  /services sop $active del $$?"whatnick"
}
on *:dialog:Sop.System:sclick:105:{
  /services mem $active add $$?"whatnick"
}
on *:dialog:Sop.System:sclick:106:{
  /services mem $active del $$?"whatnick"
}
on *:dialog:Sop.System:sclick:107:{
  /services vop $active add $$?"whatnick"
}
on *:dialog:Sop.System:sclick:108:{
  /services vop $active del $$?"whatnick"
}
on *:dialog:Sop.System:sclick:109:{
  /services set $active soppass $$?"pass?"
}
on *:dialog:Sop.System:sclick:110:{
  /services set $active aoppass $$?"pass?"
}
on *:dialog:Sop.System:sclick:201:{
  /mode $active +o $$?"modwho?"
}
on *:dialog:Sop.System:sclick:202:{
  /mode $active -o $$?"modwho?"
}
on *:dialog:Sop.System:sclick:203:{
  /mode $active +v $$?"voice?"
}
on *:dialog:Sop.System:sclick:204:{
  /mode $active -v $$?"devoice?"
}
on *:dialog:Sop.System:sclick:205:{
  /kick $active $$?"kick who?"
}
on *:dialog:Sop.System:sclick:206:{
  /kick $active $$?"kick who?" $$?"why"
}
on *:dialog:Sop.System:sclick:207:{
  /ban $active $$?"ban who?" | kick $active $$?"kick who"
}
on *:dialog:Sop.System:sclick:208:{
  /mode $active -b $$?"Enter Nick Or Address"
}

Comments

Sign in to comment.
blackvenomm666   -  Apr 04, 2010

and your using an outdated version of my codesO_O http://www.hawkee.com/snippet/7290/ <<<<<<<<check this one out

 Respond  
Jethro   -  Apr 04, 2010

What do you mean by "purge people messages?" Purging means to clear, get rid of, or free from something...

 Respond  
Keon191   -  Apr 04, 2010

i use jtv and i have a script where i can purge people messages.... any idea o how i can allow my mods/ops to purge people messages as well as me

 Respond  
blackvenomm666   -  Feb 13, 2010

yea i meant to im changing it

 Respond  
Jethro   -  Feb 13, 2010

its meant for chatspace sites only Then you should have mentioned it as a fine print in your introduction. This avoids questions arise later.

 Respond  
MEH   -  Feb 13, 2010

o ok

 Respond  
blackvenomm666   -  Feb 13, 2010

its meant for chatspace sites only

 Respond  
MEH   -  Feb 13, 2010

12[5:58pm] 11ERROR 12> 421: Unknown command:11 VENOMSOPSYS:DIALOG

it dont work for me o_O

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.