This event is ON TEXT
example:

on ^*!:TEXT:!list:#: {
.msg $nick To access my Fserver Type 4/ctcp $me
!TRIGGER
}

To let them access your Fserver you need this command

ctcp ^*:*: {
if (!TRIGGER == $1) {
fserve $nick 2 C:\PATH_TO_FOLDER Fserver.txt
}
}

/fserve <nickname> <maxgets> <homedirectory> [welcomefile]

you need to set the path to your shared folder

Then set up a welcome file

last but not lease you need to setup an ad that is displayed every 10 minutes

/timer 0 300 msg #CHANEL TO ACCESS MY FSERVER TYPE 4/ctcp $me !TRIGGER



Quote:
When I type
Quote:
!list
in a channel and the active fservs reply with ads, what kind of event is this? I tried text, action, notice,chat, serv, snotice,ctcpreply, ctcp, raw, wallops, but somehow it doesn't work. Have been searching the net for hours, can't seem to find the answer. I need the name of the event, because I want to strip the colours off the ad messages.

Also, how can I determine what kind of an event is currently happening. Like, how am I supposed to know that topic reply is raw 332? Am I supposed to guess or can mirc actually echo the name of the current event to the status window?




Intelligence: It's better to ask a stupid question, then to prove it by not asking....