pony

cory need help

Mar 9th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ok this is what i click on my personal script to send to a staff room for my client
  2. on *:dialog:Staff_Kick:rclick:18:{ echo -a 9SENDING | msg %staffmsg.rm `Ban %staffmsg.nick Name set %kick.name %kick.room %kick.gate gate %ban.timer %day.time You Have Been Warned (Profanity/Masking) Is ok in some rooms , But yet you continue with this , Please refrain from doing that here when you return . | .raw NOTICE %staffmsg.rm %staffmsg.nick hop | echo -a 9SENT }
  3.  
  4. this is the message is post to the staff room
  5.  
  6. [11:21.p] <'`pony> `Ban ^Sysop_Ghost Name set >testing %#test2 0_cf832b65e537f00eaaf68a0d8403b430 gate 1 1-Minute You Have Been Warned (Profanity/Masking) Is ok in some rooms , But yet you continue with this , Please refrain from doing that here when you return .
  7.  
  8. this is how the client reads and prossess it
  9. on 1:TEXT:`ban*:#: {
  10. if (%bot.address isin $address) {
  11. /msg %staffmsg.rm %bot.admin Ok
  12. /set %kick.name $5 | /set %kick.room $6 | /set %kick.gate $7 | /set %ban.timer $9 | /set %day.time $10 | /set %mode.user $11- | msg %staffmsg.rm recorded %kick.name %kick.room %kick.gate %mode.user %day.time
  13. /join %kick.room | /RemoveFromAccess %kick.room %kick.name | /access %kick.room Add Deny %kick.gate %ban.timer | /msg %kick.room Access Deny %day.time | .raw kick %kick.room %kick.name %mode.user | /part %kick.room
  14. elseif ($nick !== ($nick == %bot.admin)) {
  15. /NOTICE $nick 4ACCESS DENIDED NUB!!:|
  16. }
  17. }
  18. }
  19.  
  20. this is the msg i receive back in the staff room
  21.  
  22. [11:21.p] <'^Sysop_Ghost> 78d7ed505d7e3ea21b2479fa7c1503d8 Ok
  23. [11:21.p] <'^Sysop_Ghost> recorded >testing %#test2 0_cf832b65e537f00eaaf68a0d8403b430 You Have Been Warned (Profanity/Masking) Is ok in some rooms , But yet you continue with this , Please refrain from doing that here when you return . 1-Minute
  24. [11:21.p] * USER NOTICE FROM `pony : hop
  25. [11:21.p] <'^Sysop_Ghost> ISRUCK pony ^Sysop_Ghost HAS JOINED %#test2 Tue Mar 09 23:21:52 2021
  26. %#test2 [IPinfo] ● IP: xxx.xx.xxx.xx ● City: Martin ● Region: Tennessee ● Country: US ● Location: 36.3434,-88.8503 ● Timezone: America/Chicago
  27. [11:21.p] <'^Sysop_Ghost> RUCKIS pony ^Sysop_Ghost Has Left %#test2 Tue Mar 09 23:21:54 2021
  28.  
  29. Ok this issue is this
  30.  
  31. evrything is recored into var ,
  32. it will join
  33. set the deny
  34. fails to kick
  35. then parts
Add Comment
Please, Sign In to add comment