mIRC Home    About    Download    Register    News    Help

Print Thread
#121924 03/06/05 01:58 PM
Joined: Nov 2003
Posts: 157
RuFy Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Nov 2003
Posts: 157
Hi, I'm trying to realize a grafic style F-Serve browser.
I need help with ON TEXT event or ON OPEN event, because if i use ON TEXT event in a DCC Chat it won't work.
What can I do to check if a string isin a text showed by the f-serve BOT?
Example:
Code:
on ^*:TEXT:*:=:{
  set %testo $1-
  if (FileServer iswm %testo) { ecc... }
}

But the on ^*:TEXT:*:=: event doesn't exist. What can I do? shocked

#121925 03/06/05 02:23 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
/help ON CHAT

~ Edit ~
Just in case you try to use it, ON SERV triggers when
someone is connected to your file server, so it won't
help with what you're trying.

Last edited by mIRCManiac; 03/06/05 02:41 PM.

Link Copied to Clipboard