mIRC Home    About    Download    Register    News    Help

Print Thread
#104908 10/12/04 08:54 AM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
when some will write "!warning TEXT" then the BoT will return the text and will write this:

!!!!!!!!!!!!!!! WARNING TEXT WARNING !!!!!!!!!!!!!

so how to do that?


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#104909 10/12/04 09:42 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Use the ON TEXT event:

on @*:text:!warning*:#channel:{
msg # [color:red] !!!!!!!!!!!!!!! WARNING
$1- WARNING !!!!!!!!!!!!!
}[/color]

You (or the bot if it's in the bot's mIRC remote) must be opped in the #channel for it to work (change #channel to the channel name).

For further info, see /help on text.

Regards,


Mentality/Chris
#104910 10/12/04 10:30 AM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
its the write code, but in WARNING message
it need to destroy the world "!warning" and write only the TEXT

so how to do this?


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#104911 10/12/04 10:33 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Sorry, $2-.

Regards,


Mentality/Chris
#104912 10/12/04 11:44 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
someone else pickup up the subliminal messages in this thread ?

Quote:

its the write code, but in WARNING message
it need to destroy the world


$maybe
#104913 10/12/04 05:11 PM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
lol laugh


Link Copied to Clipboard