mIRC Home    About    Download    Register    News    Help

Print Thread
#46692 03/09/03 01:02 AM
Joined: Mar 2003
Posts: 160
Marantz Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2003
Posts: 160
Is it me or does there seem to be a problem on mIRC 6.1 with nicknames being shown after you've joined a channel? i mean raw 352 where it show's nickname, ip address's, the channel name and the server they are on.
Theirs a new option to enable/disable it but i have it scripted in some fancy colours and it does not show at all on this mIRC
i've even used a raw event to show raw numbers of everything that i do, and raw 352 doesn't appear, so i'm stuck, can anybody help? crazy

#46693 03/09/03 01:14 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Raw 352 is a /who reply and not sent when you join a channel on any server I've seen. Raws 353 and 366 are those affected by the new option.

#46694 03/09/03 01:22 AM
Joined: Mar 2003
Posts: 160
Marantz Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2003
Posts: 160
if $numeric == 352 { echo -s $time $2 $6 $5 $3 $4 | halt }

on mIRC 6.03 and previous versions i have always done this, obviously it has colour in it, but that showed me these details of the users in a channel
and it looked like this..

12:45 #lyrical Marantz <server name> Marantz @ 1da97c9.53886e8.uk.tiscali.com

and it would show it like that for all users. crazy

#46695 03/09/03 01:29 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The only circumstance I know of raw 352 being sent by the server is when you or a script sends a /who. If this happened every time you joined a channel then you probably had a script doing it which is no longer loaded/working, as mIRC 6.03 certainly never did it by default.

#46696 03/09/03 01:39 AM
Joined: Mar 2003
Posts: 160
Marantz Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2003
Posts: 160
Well i have fixed it now, but if you open a fresh mIRC up and connect to a server and join a channel, it does do it by default, but it shows it like this
#marantz Marantz_ Marantz
#marantz End of /NAMES list

if you echo raw numbers, raw 352 shows it in detail, that's what i used it for, but anyway i had a conflict with something else, that's why it stopped it frown
anyway thanks for the time.

#46697 03/09/03 01:43 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
#marantz Marantz_ Marantz
#marantz End of /NAMES list

^That is not raw 352, those are raws 353 and 366.

#46698 03/09/03 01:56 AM
Joined: Mar 2003
Posts: 160
Marantz Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2003
Posts: 160
RAW: (num) = 353 (1) = Mapantz (2) = = (3) = #marantz (4) = .Mapantz (5) = Xanthon (6) = Rad[00002] (7) = (8) = (9-On) =
RAW: (num) = 366 (1) = Mapantz (2) = #marantz (3) = End (4) = of (5) = /NAMES (6) = list. (7) = (8) = (9-On) =

RAW: (num) = 352 (1) = Mapantz (2) = #marantz (3) = ~Prolix (4) = 68.57.196.125 (5) = server2 (6) = Xanthon (7) = Hix (8) = 0 (9-On) = Prolix
RAW: (num) = 352 (1) = Mapantz (2) = #marantz (3) = ~x (4) = 66.42.170.216 (5) = server2 (6) = Rad[00002] (7) = Hix (8) = 0 (9-On) = Fullname

for years i've always used raw 352 to show the users details neatly in the status window instead of default.

#46699 03/09/03 02:00 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
I think I misread your third post confused

I read it as saying that what you posted was raw 352, which confused me crazy


Link Copied to Clipboard