mIRC Homepage
Posted By: Drake on TEXT help needed please - 11/04/04 08:20 PM
In Popup

&RIVAL Menu
.Def Alert Config:/.$$?="Enter Your Country Number And the Client Will Watch in #defnews For You. Make Sure You Include The Hash (#) In Your Country Number:"

Now, lets say I type #95 into the box and click "Ok" I need it to insert #95 into this remote command at ____*

on 1:TEXT:*) ___*:#defnews: if ($nick == InfoBot) { sound $me jaralarm.wav }

The important thing is that #95 does not change, or clear or get wiped etc when I shutdown irc. a week from now, if I fire up mirc, if should still be in the on TEXT line unless i type a new number into the ".Def Alert Config"

Id appreciate any help in linking these 2

thanks in advance
Posted By: oSaYaP Re: on TEXT help needed please - 11/04/04 11:38 PM
I can´t stand at all ..
You can put this on popups:
Active Protection: //set %channel $$?="Put here name of that channel, eg: #info"

That´s on popups, and this on remotes:

on 1:text:*%channel*:#your-channel: if ($nick == Infobot) { comand here}
Posted By: Drake Re: on TEXT help needed please - 12/04/04 06:43 PM
thanks, but unfortunatly that didnt help smirk

anyone else got any ideas?
Posted By: Hammer Re: on TEXT help needed please - 12/04/04 07:30 PM
&RIVAL Menu
.Def Alert Config: set %Country.Number *) $$?="Enter Your Country Number And the Client Will Watch in #defnews For You. Make Sure You Include The Hash (#) In Your Country Number:" $+ *

on 1:TEXT:$(%Country.Number):#defnews: if ($nick == InfoBot) { sound $me jaralarm.wav }
Posted By: Drake Re: on TEXT help needed please - 13/04/04 03:07 AM
hammer, that looks like it should work, however, its not showing in the popup under the RIVAL Menu

is there a /. missing somewhere?
Posted By: Drake Re: on TEXT help needed please - 13/04/04 03:14 AM
never mind, Im an idiot crazy
Posted By: Drake Re: on TEXT help needed please - 14/04/04 05:06 AM
sorry to be a pain, but this still isnt working, although what Hammer posted looks like it should work

can anyone help with this?

thanks
© mIRC Discussion Forums