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 7 matches

by paulm
Sat Oct 06, 2007 7:46 am
Forum: Scripting Help
Topic: New hostmask set by setuser doesn't seem to be recognized
Replies: 8
Views: 3943

However, as I recall, adding hosts through the setuser interface won't cause a new scan for auto-op/auto-voice. This seems to be case. So the HOSTS part of setuser is pretty useless atm at least for auto-opping/-voicing :( So I'll add the auto-* myself in the routine because doing a reset on the ch...
by paulm
Sat Oct 06, 2007 6:05 am
Forum: Scripting Help
Topic: New hostmask set by setuser doesn't seem to be recognized
Replies: 8
Views: 3943

Here some further info: When I create a new user, the user record looks like this: [11:22][0t(dcc)] dadida no 0 - never (nowhere) [11:22][0t(dcc)] #channel v never [11:22][0t(dcc)] QAUTH: dadida After joining the channel the HOSTS are set correctly by my script: [11:23][0t(dcc)] HANDLE PASS NOTES FL...
by paulm
Fri Oct 05, 2007 6:55 pm
Forum: Scripting Help
Topic: New hostmask set by setuser doesn't seem to be recognized
Replies: 8
Views: 3943

k, I will consider switching to lists - thanks for the hint! The user's nickname is shown as associated with eggdrop's handle when I perform ".channel". But although the channel is "+autovoice" and other users get autovoiced the users that are recognized by Quakenet authenticatio...
by paulm
Fri Oct 05, 2007 4:49 pm
Forum: Scripting Help
Topic: New hostmask set by setuser doesn't seem to be recognized
Replies: 8
Views: 3943

The problem occurs regularly so doing a resetchan every time isn't an option. This is the routine für Raw330, could you have a look at it? proc whois {from key text} { set nick "[lindex $text 1]" set auth "[lindex $text 2]" foreach listnick [userlist *] { if { $auth == [getuser $...
by paulm
Fri Oct 05, 2007 1:58 pm
Forum: Scripting Help
Topic: New hostmask set by setuser doesn't seem to be recognized
Replies: 8
Views: 3943

New hostmask set by setuser doesn't seem to be recognized

Hi, I got a problem adding hostmasks using setuser. Once my script verified that a user is authed to Q, all hosts associated with the user are cleared (I call "setuser <user> HOSTS" without argument) and sets two new hosts (using setuser). When I do a ".match user" the hosts seem...
by paulm
Wed Aug 29, 2007 3:45 am
Forum: Script Requests
Topic: Qakenet auth support for eggdrop users
Replies: 4
Views: 5834

Hi Alchera, actually I did search Tcl Archive. Using "Quakenet" as search term I recieve 24 results but mainly scripts to auth the bot to Q, to get Chanlev or to protect a channel using Quakenet bots. Searching for "auth" I get little more results but still not the script I'm loo...
by paulm
Tue Aug 28, 2007 8:21 pm
Forum: Script Requests
Topic: Qakenet auth support for eggdrop users
Replies: 4
Views: 5834

Qakenet auth support for eggdrop users

Hi, I'm looking for a script that allows me to identify eggdrop users not only by hostmask but alternatively by Quakenet auth nick. For example, when I have added an eggdrop user with a hostmask "nick!login!host.org" and qauth-name "qanick" eggdrop would recognize channel users a...