This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
-
h22turbo
- Voice
- Posts: 4
- Joined: Mon Jul 04, 2011 4:45 am
Post
by h22turbo »
I have tried to modify a few autovoice scripts in the forums to work with nicknames that have []s, but I cant figure it out!
I need a script that will auto +v any nickname containing [BOT]-Whatever
...or even better [***]-***********
* = any letter, no matter what case... capital or lowercase
Please help!
Thanks in advance!
h22turbo
Last edited by
h22turbo on Mon Jul 04, 2011 7:05 am, edited 1 time in total.
-
hrz
- Voice
- Posts: 5
- Joined: Tue Jun 21, 2011 4:47 pm
- Location: Sweden
-
Contact:
Post
by hrz »
Eggdrop can do this natively if you simply create a user with the host '[???]-*!*@*' and giving it +vg or just +v and setting the channe +autovoice.
.adduser bots [???]-*!*@*
.chattr bots +vg #chan
or
.adduser bots [???]-*!*@*
.chattr bots +v #chan
.chanset #chan +autovoice
-
h22turbo
- Voice
- Posts: 4
- Joined: Mon Jul 04, 2011 4:45 am
Post
by h22turbo »
Thanks hrz!
I never thought of doing it that way... lol
works great!