mIRC Home    About    Download    Register    News    Help

Print Thread
#161725 10/10/06 11:02 AM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
echo -a $chan(#).onjoin doesnt work

to get the topic i do $chan(#).topic

how do i get the onojin message?

Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
A channel that has an onjoin propped uses on ^1:TEXT:*:#:{ to get it.

But you can't retrieve the onjoin on it's own when in the channel, you have to do //PROP #chan * to show all of it's properties

Last edited by vexed; 10/10/06 12:51 PM.
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
alot of the time, an onjoin message is set through chanserv using a notice...

so use ON NOTICE to catch it


If it ain't broken, don't fix it!
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Judging by pouncer's recent posts suggests he used IRCX
They use /prop


Link Copied to Clipboard