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.

Search found 5 matches

by traxwriter
Sat Apr 14, 2007 8:35 pm
Forum: Eggdrop Help
Topic: Auto Voice and similar [SOLVED]
Replies: 4
Views: 3153

ok the bot didn't like my vhost. sorted
by traxwriter
Fri Apr 13, 2007 11:46 am
Forum: Script Requests
Topic: Voice user if in MYSQL db
Replies: 3
Views: 3700

OK that didn't work, but you prompted me to sort it myself:

Replace:
pushmode $chan +v $nick
With:
putserv "MODE $channel +v $nick"

And Replace:
pushmode $chan -v $newnick
With:
putserv "MODE $channel -v $newnick"

Thanks
by traxwriter
Fri Apr 13, 2007 5:15 am
Forum: Script Requests
Topic: Voice user if in MYSQL db
Replies: 3
Views: 3700

Thats great thanks DayCuts
by traxwriter
Thu Mar 29, 2007 10:42 am
Forum: Script Requests
Topic: Voice user if in MYSQL db
Replies: 3
Views: 3700

Voice user if in MYSQL db

Hi, I'm looking for a script that will voice a user if their name is in a mysql db if they are not in the db print "Please use your site name to gain your IRC bonus $username" Thanks in advance I have a irc idle script I wondder if I could integrate into that: load /usr/lib/mysqltcl-2.30/l...
by traxwriter
Fri Mar 23, 2007 8:31 am
Forum: Eggdrop Help
Topic: Auto Voice and similar [SOLVED]
Replies: 4
Views: 3153

Auto Voice and similar [SOLVED]

Hi, Posted this yesterday, but its vanished! I am having trouble with auto voice scripts, I can get them installed but they just dont work. Seems it could be more of an issue than that, I've just tried to dcc the bot and it doesn't respond. This has been working fine the whole time, so I dont unders...