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

by garfwen
Wed Apr 22, 2009 10:58 am
Forum: Scripting Help
Topic: Exec cmd shell by eggdrop
Replies: 2
Views: 5861

Oupps

Code: Select all

set fp [open "| gzip /home/hl/steam/cstrike/err.dem"] 
Fixed.
by garfwen
Wed Apr 22, 2009 10:53 am
Forum: Scripting Help
Topic: Exec cmd shell by eggdrop
Replies: 2
Views: 5861

Exec cmd shell by eggdrop

Hello Im trying to exec a command by eggdrop. my eggdrop directory: /home/hl/eggdrop And im trying to: gzip ~/steam/cstrike/err.dem (err.dem is located as /home/hl/steam/cstrike/err.dem) set fp [open "| gzip ~/steam/cstrike/err.dem"] set data [read $fp] putlog $data close $fp Getting this ...
by garfwen
Sun Mar 22, 2009 10:15 am
Forum: Scripting Help
Topic: Need help "[ ] { } ' - /"
Replies: 4
Views: 2789

Yep.

Thank you
by garfwen
Sun Mar 22, 2009 9:18 am
Forum: Scripting Help
Topic: Need help "[ ] { } ' - /"
Replies: 4
Views: 2789

Hello. The scripts is a little big, i'll post the "auth" proc: proc auth {nick hand host txt} { global botnick ci cf db mainchan mainchanpvt modeauth if { $modeauth == 1 } { if {[onchan $nick $mainchan]} { if { [::mysql::sel $db "SELECT auth FROM users WHERE ircnick='[string tolower $...
by garfwen
Sat Mar 21, 2009 7:35 pm
Forum: Scripting Help
Topic: Need help "[ ] { } ' - /"
Replies: 4
Views: 2789

Need help "[ ] { } ' - /"

Hello

I made a simple auth-sistem with mysql.
It saves your nickname in a table when you AUTH.

But i'm having a little trouble with nicknames with [ ] { } ' - /, the bot just dont read them or add some { }.

Any solution?

Thanks,
GaRfWeN
by garfwen
Mon Jan 12, 2009 6:03 am
Forum: Scripting Help
Topic: Need a little help
Replies: 2
Views: 1966

Thanks, it works :D
by garfwen
Tue Jan 06, 2009 5:59 pm
Forum: Scripting Help
Topic: Need a little help
Replies: 2
Views: 1966

Need a little help

Hello guys

I have some channels like this:

#1.channel.PT
#2.channel.UK
#3.channel.ES
etc.

Now my question is how can i get the country in a var ?

Example:

Code: Select all

(chan == #1.channel.pt)

<nick> .language
<botnick> This channel is PT
Thnx
GaRfWeN
by garfwen
Wed Dec 31, 2008 9:11 am
Forum: Eggdrop Help
Topic: Strange error
Replies: 1
Views: 2661

Strange error

Hello. Im having this error when i start the eggdrop: Eggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads [12:45] --- Loading eggdrop v1.6.19 (Wed Dec 31 2008) [12:45] Tcl error in file 'Help-PT': [12:45] invalid command name ELF" while executing ELF [12:45] * CONFIG FILE NOT LOADED (NOT F...
by garfwen
Tue Dec 30, 2008 10:09 am
Forum: Scripting Help
Topic: Need help: extra characters after close-quote
Replies: 2
Views: 2541

Yeah... :roll:

Code: Select all

putquick "privmsg $chan :Error. The ident is longer as 6 vars."
Ty.
by garfwen
Tue Dec 30, 2008 9:28 am
Forum: Scripting Help
Topic: Need help: extra characters after close-quote
Replies: 2
Views: 2541

Need help: extra characters after close-quote

Tcl error [addbnc]: extra characters after close-quote proc addbnc {nick host hand chan arg} { global db set ident [lindex [split $arg] 0] if {[string match *.users.quakenet.org* $host]} { set auth [lindex [split [lindex [split $host @] 1] .] 0] set getauth [::mysql::sel $db "SELECT id FROM use...
by garfwen
Tue Dec 23, 2008 7:48 am
Forum: Script Requests
Topic: Add lines, and check them on a txt file
Replies: 3
Views: 2563

Hello

Can you please add one thing to the script ?

It's to remove a line


When

Code: Select all

<user> goobye

remove user from list

<botnick> goodbye $nick
Ty :D
by garfwen
Sun Dec 21, 2008 8:55 am
Forum: Script Requests
Topic: Add lines, and check them on a txt file
Replies: 3
Views: 2563

Ty

5*

:P
by garfwen
Thu Dec 18, 2008 5:24 pm
Forum: Script Requests
Topic: Add lines, and check them on a txt file
Replies: 3
Views: 2563

Add lines, and check them on a txt file

Hello Im looking for a script that can make this: <nick> hello check if "$nick is on the file" if not <botnick> hello add line "hello $nick" <nick> hello check if "$nick is on the file" if it is <botnick> Hello again $nick ! Ty, GaRfWeN :P
by garfwen
Tue Dec 16, 2008 3:31 pm
Forum: Scripting Help
Topic: Get #auth on Mask
Replies: 10
Views: 4813

hehhe

Hello :D

They are all working.

Ty :]
by garfwen
Sun Dec 14, 2008 9:01 am
Forum: Scripting Help
Topic: Get #auth on Mask
Replies: 10
Views: 4813

Hello.

No, i just want the Auth-name:

"$auth"should be, in this case, "ZIMBORA"

:)