mIRC Home    About    Download    Register    News    Help

Print Thread
#78916 11/04/04 08:20 PM
Joined: Jan 2003
Posts: 22
D
Drake Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 22
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

Last edited by Drake; 11/04/04 09:25 PM.
Joined: Jan 2003
Posts: 48
O
Ameglian cow
Offline
Ameglian cow
O
Joined: Jan 2003
Posts: 48
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}


-= Porque pese a todo Dios .. aún te tengo fé =-
Joined: Jan 2003
Posts: 22
D
Drake Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 22
thanks, but unfortunatly that didnt help smirk

anyone else got any ideas?

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
&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 }


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Jan 2003
Posts: 22
D
Drake Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 22
hammer, that looks like it should work, however, its not showing in the popup under the RIVAL Menu

is there a /. missing somewhere?

Joined: Jan 2003
Posts: 22
D
Drake Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 22
never mind, Im an idiot crazy

Joined: Jan 2003
Posts: 22
D
Drake Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 22
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


Link Copied to Clipboard