Skip to content
MSN

Groups Q

A TG007 community discussion started by Mr_S.

Discussion 11 posts
Page 1 of 1
Open
Topic #2226 · 11 published posts · 1,399 views

does notice work in groups on clearMSN or alternativly the ctcp time command to give an onjoin message from script

 

if so i need an example of the code... doesnt want to work for me

 

id paste my code but being at work i dont have my script to hand

on *:JOIN:#: {

.ctcpreply $nick TIME <message here>

}

on *:join:#:{ .notice $nick blahblahblah }

should work

 

.ctcp $nick time blahblahblah

 

will only work if stealth mode is turned off

bfush.PNG

.ctcp $nick time blahblahblah

 

will only work if stealth mode is turned off

what does stealth mode mean? +n, +t, + what? lol sorry

last I checked /notice doesnt work in the group rooms.

However .ctcpreply $nick TIME <message> does work whether stealth mode is on or not (stealth mode doesnt block time requests)

stealth in an option in ClearMSN's dialog. You need to turn it off there for .ctcpreply to work.

makes sence thanks every one :D:D

 

also rudeboy. correct, notice doesnt work in groups

Stealth option is always on in my Copy of ClearMsn but I dont ever have a problem with using the ctcpreply. Like i said the connection doesnt block you from sending ctcp replies for ping or time just for finger, version, isitvincula and such.

correct, it dont.. but i found in stealth mode in a group chat - it blocks the message from being sent and just displays your local time as standard

on *:JOIN:*:{ notice $nick <ur message> }

As i said, notice doesnt work in groups...

 

But ive sorted out the problem anyways