| View previous topic :: View next topic ? |
| Author |
Message |
deltat1
Joined: 01 Jun 2005
Posts: 5
|
Posted: Wed Jun 01, 2005 10:59 pm?? ?Post subject: autouser.mrc
|
 |
|
I've just download a script called autouser.mrc and it half works. I was wondering where I could go for help.
This is the line in the script that's giving problems:
set %autovoicetest $read(" $+ $scriptdir $+ $chan $+ Autovoice.txt,s, %nick $+ ")
the %autovoicetest is always being set to null which prevents other parts of the code running.
Is there a reference manual where I can find out the in/out-side of the functions in mirc such as $read() ?
Thanks!!
|
|
| Back to top |
|
|
katsklaw
Joined: 03 Nov 2004
Posts: 128
Location: irc.nfinate-irc.org
|
Posted: Thu Jun 02, 2005 4:45 am?? ?Post subject: Re: autouser.mrc
|
 |
|
| deltat1 wrote: |
I've just download a script called autouser.mrc and it half works. I was wondering where I could go for help.
|
Ask the author.
| Quote: |
Is there a reference manual where I can find out the in/out-side of the functions in mirc such as $read() ?
Thanks!! |
There is a .hlp file distributed with mIRC that explains scripting.
|
|
| Back to top |
|
|
deltat1
Joined: 01 Jun 2005
Posts: 5
|
Posted: Thu Jun 02, 2005 8:05 am?? ?Post subject: Re: autouser.mrc
|
 |
|
| katsklaw wrote: |
Ask the author. |
That would have been my first point of call but his email address wasn't on that particular web and not in the script either.
| Quote: |
| There is a .hlp file distributed with mIRC that explains scripting. |
Someone helped me find that yesterday - I'll work through it - thanks again.
|
|
| Back to top |
|
|
Asmo
Site Admin
Joined: 26 Oct 2004
Posts: 675
Location: Undernet
|
Posted: Sat Jun 04, 2005 8:50 am?? ?Post subject:
|
 |
|
Otherwise script something like that yourself. It isnt too hard too make in mIRC. Else check out mircscripts.org, they got dozens of such scripts to choose from ...
_________________
Asmo
webmaster www.IRC-Junkie.org
|
|
| Back to top |
|
|
Asmo
Site Admin
Joined: 26 Oct 2004
Posts: 675
Location: Undernet
|
Posted: Sat Jun 04, 2005 8:51 am?? ?Post subject:
|
 |
|
Otherwise script something like that yourself. It isnt too hard too make in mIRC. Else check out mircscripts.org, they got dozens of such scripts to choose from ...
_________________
Asmo
webmaster www.IRC-Junkie.org
|
|
| Back to top |
|
|
katsklaw
Joined: 03 Nov 2004
Posts: 128
Location: irc.nfinate-irc.org
|
Posted: Sat Jun 04, 2005 5:17 pm?? ?Post subject:
|
 |
|
| Asmo wrote: |
| Otherwise script something like that yourself. It isnt too hard too make in mIRC. Else check out mircscripts.org, they got dozens of such scripts to choose from ... |
Which is why I pointed him to the mIRC help file. 
With luck they would discover the /avoice command and learn that mIRC has an internal autovoice list which can be automated with a few pop-ups.
|
|
| Back to top |
|
|
deltat1
Joined: 01 Jun 2005
Posts: 5
|
Posted: Sun Jun 05, 2005 6:21 pm?? ?Post subject:
|
 |
|
/avoice was exactly what I was looking for - many thanks guys - much appreciated.
I've been searching the help files to find out how I list everyone that I've /avoice'd but can't find the command yet...
|
|
| Back to top |
|
|
katsklaw
Joined: 03 Nov 2004
Posts: 128
Location: irc.nfinate-irc.org
|
Posted: Sun Jun 05, 2005 6:33 pm?? ?Post subject:
|
 |
|
| deltat1 wrote: |
/avoice was exactly what I was looking for - many thanks guys - much appreciated.
I've been searching the help files to find out how I list everyone that I've /avoice'd but can't find the command yet... |
in mIRC type:
|
|
| Back to top |
|
|
deltat1
Joined: 01 Jun 2005
Posts: 5
|
Posted: Mon Jun 06, 2005 8:51 am?? ?Post subject:
|
 |
|
I tried the /help /avoice command but that doesn't let me know how to list the users that I have already /avoice'd
Is that list stored in an ini or text file somewhere?
|
|
| Back to top |
|
|
katsklaw
Joined: 03 Nov 2004
Posts: 128
Location: irc.nfinate-irc.org
|
Posted: Mon Jun 06, 2005 8:10 pm?? ?Post subject:
|
 |
|
As far as scripting goes there are what's called identifiers. In this case $avoice. To learn how to use them you must learn how to script.
I recommend getting a tutorial from http://www.mircscripts.org they also have a forum there that can help as well. Alot of todays most popular scripters hang out there.
If you want to see whos on the list without scripting anything you can hit alt +b for the address book then go to the control tab where the ignore/op/voice/protect lists are.
Good luck.
|
|
| Back to top |
|
|
vakuum
Joined: 01 Nov 2004
Posts: 10
|
Posted: Wed Jun 08, 2005 12:10 am?? ?Post subject:
|
 |
|
the -l switch lists stuff.
examples:
/ignore -l
lists every mask on your ignore list.
/avoice -l
lists everyone that's on your avoice list.
|
|
| Back to top |
|
|
deltat1
Joined: 01 Jun 2005
Posts: 5
|
Posted: Wed Jun 08, 2005 1:50 pm?? ?Post subject:
|
 |
|
|
Those tips really help - many thanks everyone!!
|
|
| Back to top |
|
|
|
|