mIRC Home    About    Download    Register    News    Help

Print Thread
#73978 06/03/04 02:01 AM
Joined: Mar 2004
Posts: 4
T
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Mar 2004
Posts: 4
anyone know any script like when people join the channel a message will automatic send them n tell them to type in !rule to find out about the rule and when they type in !rule it will show all the rule of the channel?

#73979 06/03/04 12:15 PM
Joined: Jan 2004
Posts: 79
C
Babel fish
Offline
Babel fish
C
Joined: Jan 2004
Posts: 79
on 1:JOIN:#CHANNEL: {
/notice $nick Welcome to #CHANNEL
/notice $nick Type !rules to find out about the channel rules
}

on 1:TEXT:#CHANNEL:!rules: {
; OTHER MESSAGES GO HERE
}


My ally is the compiler, and a powerful ally it is!

Link Copied to Clipboard