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

by S0nnY
Mon Dec 19, 2005 5:07 am
Forum: Scripting Help
Topic: Problem with mysql and wildcards
Replies: 6
Views: 10589

"[hosts:get]" <== returns all added hosts in the database ("examp@*.org" "*@test.users.quakenet.org"
a * which is returned from the mysqdatabase is "marked" as "normal" sign and not as wildcard. this is my problem
by S0nnY
Mon Dec 19, 2005 3:05 am
Forum: Scripting Help
Topic: Problem with mysql and wildcards
Replies: 6
Views: 10589

Ok here is a split of the ignore check code $host ==> examp@example.users.quakenet.org set ign(hosts) "[hosts:get]" <== returns all added hosts in the database ("examp@*.org" "*@test.users.quakenet.org" for example) foreach h0st $ign(hosts) { if {[string match -nocase &...
by S0nnY
Mon Dec 19, 2005 12:43 am
Forum: Scripting Help
Topic: Problem with mysql and wildcards
Replies: 6
Views: 10589

Problem with mysql and wildcards

Hello, I have a small problem. I want to create an "global ignore function" for a game script. All my code works fine but i want to add hosts in the database containing a wildcard "*!*@Test*.org" for example. But when the bots connects to the database an gets the informations the...
by S0nnY
Tue Jul 05, 2005 3:08 pm
Forum: Archive
Topic: a little statistics problem
Replies: 2
Views: 1694

a little statistics problem

hi i have written an script but now i have a little problem bind pub - "!mofa" mofaproc proc mofaproc {nick host hand chan arg} { set cmd [split $arg] set cmd0 [lindex $cmd 0] set cmd1 [lindex $cmd 1] set cmd2 [lindex $cmd 2] if {$cmd0 == "stats"} { if { $cmd1 == "" } {...
by S0nnY
Tue May 24, 2005 2:53 am
Forum: Archive
Topic: How to do a variable for 9 lines ?
Replies: 3
Views: 1461

for example i have some procs where i need these 7 lines " line1 line2 line3 line4 line5 line6 line7 " but i don't want to write everyone in every proc i want do have putserv "PRIVMSG $chan : $var" and my bot will post these 7 lines one after the other one just like putserv "...
by S0nnY
Tue May 24, 2005 2:15 am
Forum: Archive
Topic: How to do a variable for 9 lines ?
Replies: 3
Views: 1461

How to do a variable for 9 lines ?

Hi i have 9 lines i need in 8 procs, how to add these lines in one variable ?

thx
S0nnY
by S0nnY
Wed Feb 09, 2005 10:22 pm
Forum: Archive
Topic: Problems with a script which adds users and give flags
Replies: 2
Views: 1580

Problems with a script which adds users and give flags

Heloo together. I have a Problem with the following scripts: bind pub -|- "!rdy" ::rdy set cflag "+v" proc ::rdy {nick host handle chan text} { putserv "PRIVMSG $chan : $nick ist bereit" if {![validuser $nick]} { adduser $nick *!*@[lindex [split [getchanhost $nick $chan...
by S0nnY
Tue Sep 07, 2004 9:56 am
Forum: Archive
Topic: serching a stream script
Replies: 1
Views: 1014

serching a stream script

Hi @ll, I'm looking for a stream skript for my eggdrop bot. the script must contain a public stream trigger. when you do !stream it has to post the shoutcast stats in my chan. it can't be a notice ist has to be visible for every person in the chan. every person has to use it. thx S0nnY P.S. my engli...