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

by innu
Mon Jan 08, 2007 6:21 pm
Forum: Scripting Help
Topic: Q auth
Replies: 4
Views: 3417

still need help!
by innu
Sat Jan 06, 2007 7:17 am
Forum: Scripting Help
Topic: Q auth
Replies: 4
Views: 3417

put auth to channel or nick isn't hard. But i need to use auth-s in other procs. So somehow i need to return auth name.
by innu
Fri Jan 05, 2007 10:44 am
Forum: Scripting Help
Topic: Q auth
Replies: 4
Views: 3417

Q auth

bind raw - 354 qauth:who_info bind raw - 315 qauth:end_of_who bind pub - !auth qauth:who_pubcmd proc getchanlogin {nick} { if {$nick == ""} { return } putquick "WHO $nick n%na" sleep 1000 global whois_replyarray set auth $whois_replyarray($nick) return $auth } proc qauth:who_inf...
by innu
Sat Dec 30, 2006 6:29 pm
Forum: Scripting Help
Topic: nick to eggdrop username
Replies: 4
Views: 3629

thank you very much
by innu
Sat Dec 30, 2006 12:37 pm
Forum: Scripting Help
Topic: nick to eggdrop username
Replies: 4
Views: 3629

I have players { "freddy" "robert||asd" "mynick" }
I want that scripts searches eggdrop userlist database, and then replaces them with eggdrop username.
if freddy-s eggdrop username is fred, then it replaces it with fred.
by innu
Sat Dec 30, 2006 10:15 am
Forum: Scripting Help
Topic: nick to eggdrop username
Replies: 4
Views: 3629

nick to eggdrop username

Hey.

set players {"nick1 nick2 nick3 etc"}
Every nick belongs to eggdrop database. How i can get eggdrop usernames of these nicks?
by innu
Thu Dec 14, 2006 11:05 am
Forum: Eggdrop Help
Topic: MySQL instead of Eggdrops userfile?
Replies: 19
Views: 11934

using SQL is an overkill for the simple task of reading userfile ONCE (on (re)start) and writing it back ONCE an hour another matter is that the proprietary text format eggdrop uses should be replaced with XML schema, thus allowing for easy userfile manipulation by external tools; but eggdrop is an...
by innu
Wed Dec 13, 2006 6:14 pm
Forum: Eggdrop Help
Topic: MySQL instead of Eggdrops userfile?
Replies: 19
Views: 11934

Tosser^^ wrote:Im currently making such a modification at the moment using TCL to overwrite the main proc's and to use a mysql module for the mysql crap. I might make it in C as a proper eggdrop module. I will finish it and release it for testing soon.
Any new information?
by innu
Tue Aug 29, 2006 10:34 am
Forum: Script Requests
Topic: good host, bad host
Replies: 0
Views: 2254

good host, bad host

Hi.
I need some kind of script. It needs to do this.

!goodhost nick ##Adds user extra flag or smthing
!badhost nick ##Removes user from goodhost

If user types !add and his in goodhost list, then bot should say "nick added, his/her in good host list and he/she should host".
by innu
Sun Aug 20, 2006 4:48 pm
Forum: Script Requests
Topic: need weird ban script
Replies: 1
Views: 2196

need weird ban script

We have 4 channels. #channel1 || #channel1.admin || #channel2 || #channel2.admin If operator types "!b nick 3d Leave" in #channel 1, then a message appears in #channel2.admin: "Type !b ID yes, if you want ban (nick length reason)". If someone from #channel2.admin types it, then t...