mIRC Home    About    Download    Register    News    Help

Print Thread
#28129 04/06/03 06:38 PM
Joined: Jun 2003
Posts: 2
B
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jun 2003
Posts: 2
I am sort of new to mIRC and would like to have it so that when someone comes into my channel, that they can type !rules to see the rooms rules. Any ideas as to how I can acheive this? Is it a pop up or? I am confused! lol

#28130 04/06/03 07:01 PM
Joined: Feb 2003
Posts: 27
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Feb 2003
Posts: 27

#28131 04/06/03 07:40 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
on *:TEXT:!rules:#:{
msg # rule1
msg # rule2
msg # rule3
msg # rule4
}
etc etc


new username: tidy_trax
#28132 04/06/03 08:47 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
on *:text:!rules:#channel: {
play $chan rules.txt
}


Code:
//if ( khaled isgod ) echo yes | else echo no
#28133 04/06/03 10:54 PM
Joined: Jun 2003
Posts: 2
B
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jun 2003
Posts: 2
Thanks for your help everyone! What a great bunch of folks!

#28134 05/06/03 06:12 AM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
What if we have 10-20 rules? The bot would get d/c or kicked for flooding lol...

#28135 05/06/03 07:29 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
thats what /flood is for. >:D


-KingTomato

Link Copied to Clipboard