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

by Johannes13
Sun Sep 29, 2013 12:06 pm
Forum: Script Requests
Topic: Vote/poll request.
Replies: 3
Views: 5718

Sounds like a fun project.

I'll edit the code into this answer, but you need sqlite3.
by Johannes13
Fri Jul 19, 2013 5:04 am
Forum: Eggdrop Help
Topic: New to EggDrop, won't connect to IRC or something.
Replies: 11
Views: 17904

The problem is that you use eggdrop 1.6.19.

See this.

I suggest switching to either 1.6.20 or 1.8.0
by Johannes13
Tue Jul 09, 2013 6:19 am
Forum: Eggdrop Help
Topic: Attempting to Compile, Why won't it include tls?
Replies: 14
Views: 19079

Install the Tcl tls package. Should not be that hard. Google helps finding the package.
by Johannes13
Sat Jun 15, 2013 4:40 pm
Forum: Script Requests
Topic: Public note script
Replies: 5
Views: 4389

Ok, speechless was friendly enough to write a 8.4 version: setudef str notes bind pub - .note pub_note bind join - pub_note_check bind pubm - pub_note_bind proc pub_note {n u h c a} { set notes [channel get $c notes] set m [join [lrange [split $a] 1 end]] set t [lindex [split $a] 0] lappend notes $t...
by Johannes13
Sat Jun 15, 2013 2:37 pm
Forum: Script Requests
Topic: Public note script
Replies: 5
Views: 4389

SQLite version (not channel specific) package require sqlite3 sqlite3 notesdb pubnotes.db notesdb eval {CREATE TABLE IF NOT EXISTS notes (from TEXT, time INTEGER, to TEXT, message TEXT} bind pub - .note pub_note bind join - pub_note_join bind pubm - pub_note_bind proc pub_note {n u h c a} { set m [j...
by Johannes13
Thu Jun 13, 2013 5:26 pm
Forum: Script Requests
Topic: Public note script
Replies: 5
Views: 4389

Upgrade to at least Tcl 8.5

Tcl 8.4 is end of life.
by Johannes13
Tue Jun 11, 2013 3:38 pm
Forum: Script Requests
Topic: Public note script
Replies: 5
Views: 4389

Easy setudef str notes bind pub - .note pub_note bind join - pub_note_join bind pubm - pub_note_bind proc pub_note {n u h c a} { set notes [channel get $c notes] set m [lassign [split $a] t] dict lappend notes $t [list message $m time [clock seconds] from $n] channel set $c notes $notes putnotc $n &...
by Johannes13
Sun Jun 09, 2013 5:27 pm
Forum: Scripting Help
Topic: package require tdom
Replies: 15
Views: 20006

Do you use a local Tcl installation? Then installing stuff is not that easy.
by Johannes13
Sun Jun 09, 2013 5:25 pm
Forum: Script Requests
Topic: forbid flags
Replies: 8
Views: 6445

Can someone crate crystal working ball? Coz I not udersnd op.

Just kidding.

It is hard/if not impossible to understand what you want. I suggest posting an example of what you expect.
by Johannes13
Sun Jan 06, 2013 8:02 pm
Forum: Script Support & Releases
Topic: UTF-8 fix script
Replies: 10
Views: 24938

Yeah, sorry about that.

I changed the script, which should fix that issue.

Note: you get problems with other scripts that creates tcl commands that are not procs (with TclOO, namespace ensemble, interp alias etc..)
by Johannes13
Wed Sep 05, 2012 2:36 pm
Forum: Scripting Help
Topic: question about enconding
Replies: 2
Views: 2927

You could try to use [encoding convertto utf-8 $str] to send the bytes as utf-8 to the server. If your channel uses an other encoding, use that instead of utf-8
by Johannes13
Sat Mar 31, 2012 10:56 am
Forum: Eggdrop Help
Topic: Same eggdrop multiple cs servers
Replies: 4
Views: 6515

Eggdrop can't connect to counterstrike servers.

Modules and/or scripts can. But eggdrop can't.

SO: Ask the author of the module/script that you are using.
by Johannes13
Wed Mar 14, 2012 7:15 am
Forum: Script Requests
Topic: convert youtube links to HQ mp3 ( for ex 320 kbps )
Replies: 7
Views: 7003

a small exec should be ok, then ftp for uploading it (depending on the configuration of the server it can be possible to dl it directly to a htdocs folder).

Can work :)

Edit: no, the scripts only downloads the flv file. So it have to be converted to mp3 after that.
by Johannes13
Sat Mar 10, 2012 11:35 am
Forum: Script Support & Releases
Topic: UTF-8 fix script
Replies: 10
Views: 24938

UTF-8 fix script

Ok, for people that can't use the utf-8 patch because they can't compile eggdrop (usually on shell providers) ###### # Copyright Johannes Kuhn <#John @ quakenet> # This fixes the utf-8 issue on an eggdrop without patch. # Feel free to distribute and or use. # No warranty. # # Background: # # The pro...
by Johannes13
Sun Mar 04, 2012 9:32 am
Forum: Eggdrop Help
Topic: Eggdrop Channel Logging Question [Solved]
Replies: 2
Views: 4210

By default it is not logged what the bot says. So just go ahead. :)