Hello,
I'm new to mIRC scripting, so I was wondering: what's the use of period (.) in front of a function name versus backslash (/). I ask this because I always use backslash, but sometimes people give me code with periods, and it's not explained in the help files. For example, I was given the following:
on *:TEXT:trigger:#channel:.notice $nick You typed trigger.
Well, when I use this code, nothing appears in my status window. If however I replace the period with a backslash, I see in the status window:
-> -nick- You typed trigger.
Does this mean the first one isn't working? Or maybe it's designed not to appear in the status window?
It's probably a very stupid question. Thanks.