mIRC Homepage
Posted By: pheonix user list reason - 12/05/03 10:32 AM
when i add a user to my userlist i add it like this, heres a few examples:

aop:*!*5D23C9C37@GateKeeperPassport logged as: ged. reason: =).
aop:*!*73739CB50@GateKeeperPassport logged as: ged. reason: =).

i was wondering how i can read out the reason: w.e bit in a message on join?

any ideas? thanx in advance smile
Posted By: ScatMan Re: user list reason - 12/05/03 11:25 AM
for example
$ulist(*!*5D23C9C37@GateKeeperPassport).info
Posted By: pheonix Re: user list reason - 12/05/03 11:49 AM
so
kick # $nick $ulist($address($nick,1).info)
Posted By: ScatMan Re: user list reason - 12/05/03 12:04 PM
no, its:
kick # $nick $ulist($address($nick,1)).info
Posted By: pheonix Re: user list reason - 12/05/03 12:22 PM
ok thanx smile
Posted By: pheonix Re: user list reason - 12/05/03 12:44 PM
i found 1 problem please help if ya can.
i set a banlist on someone as they mass kicked
i set it as.
ban:*!*395abd49578@gatekeeperpassport logged as: john. reason: mass kicker.

and the kick messagewhen he came back just said logged
and left the rest out
any help will be gr8ly appreciated:)
p.s. this is the on join:


on *:JOIN:#:{
if ($level($address($nick,1)) == ban) {
sockwrite -tn msn.server. $+ $cid access # clear
sockwrite -tn msn.server. $+ $cid access # add deny $address($nick,1)
sockwrite -tn msn.server. $+ $cid kick # $nick $ulist($address($nick,1)).info
sockwrite -tn msn.server. $+ $cid prop # ownerkey $r(0,999) $+ $r(a,z) $+ $r(A,Z) $+ $me
sockwrite -tn msn.server. $+ $cid access # add owner $address($me,1)
}
Posted By: theRat Re: user list reason - 12/05/03 01:59 PM
Quote:

https://forums.mirc.com/showflat.php?Cat=...amp;amp;fpart=1
pheonix:
i would like to apologise to everyone for being such a bitch and in future i wont post msn


mad
Posted By: pheonix Re: user list reason - 12/05/03 02:06 PM
i havent posted msn:S
Posted By: Jerk Re: user list reason - 12/05/03 05:15 PM
Try putting a : in front of the kick reason.

sockwrite -tn msn.server. $+ $cid kick # $nick : $+ $ulist($address($nick,1)).info
Posted By: pheonix Re: user list reason - 12/05/03 07:11 PM
thankyou so much grin grin grin
© mIRC Discussion Forums