mIRC Home    About    Download    Register    News    Help

Print Thread
#23787 12/05/03 10:32 AM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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


new username: tidy_trax
#23788 12/05/03 11:25 AM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
for example
$ulist(*!*5D23C9C37@GateKeeperPassport).info

#23789 12/05/03 11:49 AM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
so
kick # $nick $ulist($address($nick,1).info)


new username: tidy_trax
#23790 12/05/03 12:04 PM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
no, its:
kick # $nick $ulist($address($nick,1)).info

#23791 12/05/03 12:22 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
ok thanx smile


new username: tidy_trax
#23792 12/05/03 12:44 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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)
}

Last edited by pheonix; 12/05/03 12:59 PM.

new username: tidy_trax
#23793 12/05/03 01:59 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
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


Code:
//if ( khaled isgod ) echo yes | else echo no
#23794 12/05/03 02:06 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i havent posted msn:S


new username: tidy_trax
#23795 12/05/03 05:15 PM
Joined: Dec 2002
Posts: 169
J
Vogon poet
Offline
Vogon poet
J
Joined: Dec 2002
Posts: 169
Try putting a : in front of the kick reason.

sockwrite -tn msn.server. $+ $cid kick # $nick : $+ $ulist($address($nick,1)).info

#23796 12/05/03 07:11 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
thankyou so much grin grin grin


new username: tidy_trax

Link Copied to Clipboard