Simple Away System
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 7.0 (of 2 scores) |
| Date Added | Aug 21, 2008 |
| Last Updated | Dec 04, 2008 |
| Tags | afk agent121 aliendk away chris gone irc mirc sas simple system |
Introduction
v1.2 Features:
- Works together with mIRCs own away system
- Auto-reply if someone says your name in a channel or opens a query with you (can be deactivated)
- Choose your own away tag
v.1.3 Features:
- Removed some buggy code
- Added menu menu item, 'Default Settings'.
v.1.3.1 Features:
- Bugfix
v.1.3.2 Features:
- added some on *:LOAD info
- added /sasinfo
Setup: Load the file and do /default or right-click on the channel window, Away 1.3 > Default Settings. Then it works. You can set yourself as away/back in the menu (right-click on the channel window) > Away 1.3. In this menu you can also change the settings like, Auto-reply On/off, Away Tag.
Please report any bugs you may find.
mIRC Snippet:
Simple Away System
Posted on Aug 21, 2008 7:08 pm
Posted on Aug 21, 2008 7:08 pm
you should make the highlite message only say it once per person or some ahole can make you flood off by highliteing ur nick over and over
mIRC Snippet:
Simple Away System
Posted on Aug 22, 2008 7:11 am
Posted on Aug 22, 2008 7:11 am
Okay :) I'll do that in the next version :)))
EDIT: Script has been edited. Timer added.
EDIT: Script has been edited. Timer added.
mIRC Snippet:
Simple Away System
Posted on Aug 27, 2008 5:16 pm
Posted on Aug 27, 2008 5:16 pm
I would add $style to your menu so you can see if you're away and if auto-reply is on/off.
mIRC Snippet:
Simple Away System
Posted on Sep 8, 2008 3:55 pm
Posted on Sep 8, 2008 3:55 pm
ure missing a closing bracket on the end there
| Code: |
on *:TEXT:*:?: { if ( %a == on ) && ( %nickmsg == on ) && ( %query.flood != 1 ) { set -u60 %query.flood 1 msg $nick I'm currently away from IRC. Awaymsg: $awaymsg } elseif ( %nickmsg == off ) { halt } else { halt } >>> } <<< |






