Help System For Bot
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.0 (of 2 scores) |
| Date Added | May 29, 2008 |
| Last Updated | Jul 03, 2008 |
| Tags | bot help query |
Introduction
First of all thanks to RusselB and xDaeMoN for all your help: http://www.hawkee.com/phpBB2/viewtopic.php?t=17395 , without you i wasn't able to write this snippets, and sorry for the bad English, the snippets need to be spellchecked, i'll update it soon. I've also triyed to remove all the reference to my chan tryng to not spam Hawkee.
Here it is the function:
[10:44:25] <essebi> !helptrigger
[10:44:26] <m00gle> This is an automated system for searching user by query, here is the triggers:
[10:44:27] <m00gle>
[10:44:27] <m00gle> [ADMINS]
[10:44:28] <m00gle> !AddHelper *Nick* - For adding a Member to the Help Team [query]
[10:44:28] <m00gle> !RemoveHelper *Nick* - For Removing a Member from the Help Team [query]
[10:44:29] <m00gle> !AddAdmin *Nick* - For adding a Member to the Admins List [query]
[10:44:29] <m00gle> !RemoveAdmin *Nick* - For Removing a Member from the Admins List [query]
[10:44:31] <m00gle> !Reply *message* - For reply to the user that call your attention [query]
[10:44:33] <m00gle>
[10:44:36] <m00gle> [HELP TEAM]
[10:44:38] <m00gle> !GiveHelp - For give help to the user that call your attention [query]
[10:44:40] <m00gle> !Admin *message* - For call an Admin [query]
[10:44:42] <m00gle>
[10:44:46] <m00gle> [USERS]
[10:44:50] <m00gle> !Assist *Message* - For call a Member of the Help Team [chan]
mIRC Snippet:
Help System For Bot
Posted on Jul 3, 2008 6:18 am
Posted on Jul 3, 2008 6:18 am
the script aint working for me..
i pasted it in remotes. gave user levers.. but it wont even respond to !helptrigger
:$
Help? $:
i pasted it in remotes. gave user levers.. but it wont even respond to !helptrigger
:$
Help? $:
mIRC Snippet:
Help System For Bot
Posted on Jul 3, 2008 6:53 am
Posted on Jul 3, 2008 6:53 am
The people you add on it need to hop (part/join) the channel after he's added, check the variable %helpteam if there's the right nickname on it.
Also you need to check where the .txt file is created, i actually store it in
, you can change it in
You need to edit for use with your pourpose, or if you aren't able you can contact me and i can do it for you.
Cheers
essebi
Also you need to check where the .txt file is created, i actually store it in
| Code: |
| C:\mirc\abook2\skyhelp.txt |
| Code: |
| $mircdir $+ skyhelp.txt |
You need to edit for use with your pourpose, or if you aren't able you can contact me and i can do it for you.
Cheers
essebi
mIRC Snippet:
Help System For Bot
Posted on Jul 3, 2008 7:41 am
Posted on Jul 3, 2008 7:41 am
Essebi, you may want to consider adding an on load section to let the user set the paths on install because you have two different paths in your script that we can be sure almost nobody else will have. Or you could do like I do and try to work with your files staying in the $mircdir or better yet $scriptdir.
Either way this cannot be considered usable as-is so if I were to rate it now it wouldnt be very high at all.
Just a suggestion tho.
Either way this cannot be considered usable as-is so if I were to rate it now it wouldnt be very high at all.
Just a suggestion tho.
mIRC Snippet:
Help System For Bot
Posted on Jul 3, 2008 10:00 am
Posted on Jul 3, 2008 10:00 am
Thanks for your suggestion, that was one of my first scripts and i didn't consider it until yilena told me that don't work.
Now i've edited it just to make it usable on every client.
Nothing to add, my bad :)
essebi
Now i've edited it just to make it usable on every client.
Nothing to add, my bad :)
essebi


