Topic Protector v 1.0
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.6 |
| Scores Submitted | 5 |
| Date Added | Jan 23, 2007 |
| Last Updated | Jan 23, 2007 |
| Tags | 8 channels in protects topics |
|
|
Introduction
mIRC Snippet:
Topic Protector v 1.0
Posted on Jan 24, 2007 12:18 am
Posted on Jan 24, 2007 12:18 am
The overal execution is good but we could make it some what better for instance instead of using variables we could use an INI file or a Hash Table to store the topics and make it so it could store more then 8
mIRC Snippet:
Topic Protector v 1.0
Posted on Jan 24, 2007 12:51 am
Posted on Jan 24, 2007 12:51 am
its pretty nice to have if you have annoying people oped in channel :)
mIRC Snippet:
Topic Protector v 1.0
Posted on Jan 24, 2007 4:03 am
Posted on Jan 24, 2007 4:03 am
I like the ini/ hash table idea! Hmmm... next project :)
...and yes... developed to stop annoying ops playing about rather than deop or bans... :D
...and yes... developed to stop annoying ops playing about rather than deop or bans... :D
mIRC Snippet:
Topic Protector v 1.0
Posted on Jan 24, 2007 8:26 am
Posted on Jan 24, 2007 8:26 am
not bad, although, the server im on supports a topic lock through the services ;) so ill use that one for now :P
mIRC Snippet:
Topic Protector v 1.0
Posted on Mar 6, 2008 7:59 pm
Posted on Mar 6, 2008 7:59 pm
* /dialog: \'topic_pro\' name in use (line 75, script1.txt)
mIRC Snippet:
Topic Protector v 1.0
Posted on Mar 6, 2008 8:07 pm
Posted on Mar 6, 2008 8:07 pm
^^
should be
| Code: |
alias tp { dialog -dm topic_pro topic_pro } |
should be
| Code: |
alias tp { dialog $iif($dialog(topic_pro),-v,-dm) topic_pro topic_pro } |






