Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ok this is what i click on my personal script to send to a staff room for my client
- 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 }
- this is the message is post to the staff room
- [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 .
- this is how the client reads and prossess it
- on 1:TEXT:`ban*:#: {
- if (%bot.address isin $address) {
- /msg %staffmsg.rm %bot.admin Ok
- /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
- /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
- elseif ($nick !== ($nick == %bot.admin)) {
- /NOTICE $nick 4ACCESS DENIDED NUB!!:|
- }
- }
- }
- this is the msg i receive back in the staff room
- [11:21.p] <'^Sysop_Ghost> 78d7ed505d7e3ea21b2479fa7c1503d8 Ok
- [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
- [11:21.p] * USER NOTICE FROM `pony : hop
- [11:21.p] <'^Sysop_Ghost> ISRUCK pony ^Sysop_Ghost HAS JOINED %#test2 Tue Mar 09 23:21:52 2021
- %#test2 [IPinfo] ● IP: xxx.xx.xxx.xx ● City: Martin ● Region: Tennessee ● Country: US ● Location: 36.3434,-88.8503 ● Timezone: America/Chicago
- [11:21.p] <'^Sysop_Ghost> RUCKIS pony ^Sysop_Ghost Has Left %#test2 Tue Mar 09 23:21:54 2021
- Ok this issue is this
- evrything is recored into var ,
- it will join
- set the deny
- fails to kick
- then parts
Add Comment
Please, Sign In to add comment