mIRC Homepage
Posted By: LostServ Input.. - 27/03/04 02:27 AM
I cant find anything in the help file about input..i'm trying to write a talker..
Posted By: milosh Re: Input.. - 27/03/04 02:30 AM
Hi. And your talker needs to do... what?
Posted By: uicn_renegade Re: Input.. - 27/03/04 02:32 AM
on INPUT
Posted By: LostServ Re: Input.. - 27/03/04 02:44 AM
im making a l33t talker for a friend..well trying to..need help so i came her :tongue:
Posted By: Kriminal Re: Input.. - 27/03/04 09:28 PM
Like a talker that replaces leet with l337? =\
/help on input
Posted By: LostServ Re: Input.. - 27/03/04 09:45 PM
mIRc Help File didnt help me worth [censored]..

i rememebr seeing a talker that did $replace but i dont remember how to work with that var.
Posted By: AaronL Re: Input.. - 28/03/04 12:01 PM
try this:

on 1:INPUT:*:{
if ($1- != $null) && ($left($1,1) != /) {
set %words $1- }
%words = $replace(%words,leet,l33t)
/msg # %words
halt
}

Posted By: LostServ Re: Input.. - 28/03/04 07:53 PM
that works PERFECT!!!


thankyou!!
Posted By: LostServ Re: Input.. - 28/03/04 08:09 PM
ok how about this:

when its on ive used the groups thing.. #group1 is its name.. how do i turn it off without havign to comment the code out..then typing /disable #group1
© mIRC Discussion Forums