mIRC Home    About    Download    Register    News    Help

Print Thread
#132907 15/10/05 05:32 PM
Joined: Oct 2005
Posts: 17
C
cashed Offline OP
Pikka bird
OP Offline
Pikka bird
C
Joined: Oct 2005
Posts: 17
Is There A command Line That When A User Joins A Room I Can Set Up My Clinet To Auto Notify Them With A msg Like Type !Rules Than When They Type That Trigger My Clinet Will Pm Them With Rules.

#132908 15/10/05 05:47 PM
Joined: Nov 2003
Posts: 101
C
Vogon poet
Offline
Vogon poet
C
Joined: Nov 2003
Posts: 101
try this

/help on join
Code:
on <level>:JOIN:<#[,#]>:<commands>


then type
/help /play
Code:
/play c:\mIRC\rules.txt


/help on text
Code:
on 1:TEXT:*help*:#mirc,#irchelp:/msg $nick what's the problem?


So put those 3 together

Code:
on *:JOIN:#:/msg $nick Type !rules
on *:TEXT:!rules:#: {
/play c:\mIRC\rules.txt
}


Hope this help

#132909 15/10/05 06:03 PM
Joined: Apr 2005
Posts: 72
B
Babel fish
Offline
Babel fish
B
Joined: Apr 2005
Posts: 72
posts wtih this topic have to be closed!!! :-(


Link Copied to Clipboard