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

by eiSi
Tue Aug 16, 2005 10:08 am
Forum: Archive
Topic: another regexp problem
Replies: 4
Views: 3148

ah alright, thanks for your help!
by eiSi
Tue Aug 16, 2005 9:34 am
Forum: Archive
Topic: another regexp problem
Replies: 4
Views: 3148

ah thanks a lot!

but I'm interested, what was wrong with my regexp?
by eiSi
Tue Aug 16, 2005 6:56 am
Forum: Archive
Topic: another regexp problem
Replies: 4
Views: 3148

another regexp problem

hi there! I started to concern myself with regexp now, and I already have a problem: the string ($text): <a href=/item.html?witem=647>Destiny</a> my code: regexp {\.html\?witem=([0-9]*?)\>} $text result I know there's anything wrong with it, but I don't know what. the match I get is: .html?witem=647...
by eiSi
Wed Sep 10, 2003 1:51 pm
Forum: Archive
Topic: getting all channels a user is on +usermodes
Replies: 4
Views: 1374

ok, sorry and thanks!

it's a raw.. should have known it :oops:

thanks anyway!
by eiSi
Tue Sep 09, 2003 12:12 pm
Forum: Archive
Topic: getting all channels a user is on +usermodes
Replies: 4
Views: 1374

okay, thanks for your help!

but... hmm how to do a whois and parsing the results? :o
by eiSi
Tue Sep 09, 2003 11:29 am
Forum: Archive
Topic: getting all channels a user is on +usermodes
Replies: 4
Views: 1374

getting all channels a user is on +usermodes

hi there!

just a simple question:

how to get all channels a certain user is on?
oh and how to get the certain users's usermodes?

thanks for your help!

I have used the search function, but haven't found anything relevant :(
by eiSi
Tue Sep 09, 2003 11:25 am
Forum: Archive
Topic: simple string manipulation question
Replies: 1
Views: 789

sorry, solved it by myself.

used the append command :)
by eiSi
Tue Sep 09, 2003 11:12 am
Forum: Archive
Topic: simple string manipulation question
Replies: 1
Views: 789

simple string manipulation question

hi there!

I#ve got a string (yeehaa ^^):

set mystring "ab"

how to "add" "c" to the end, so that my string is "abc"?

thanks for your help!
by eiSi
Wed Jun 25, 2003 8:03 am
Forum: Archive
Topic: [Q] get auth name?
Replies: 5
Views: 1290

thx! I'll try!
by eiSi
Tue Jun 24, 2003 1:52 pm
Forum: Archive
Topic: [hopefully simple question] on invite -> join channel
Replies: 5
Views: 1134

all right, thanks for your help!
by eiSi
Tue Jun 24, 2003 12:51 pm
Forum: Archive
Topic: [hopefully simple question] on invite -> join channel
Replies: 5
Views: 1134

thanks!

but the joining is not the problem.

the problem is the binding.

how to bind that one?
by eiSi
Tue Jun 24, 2003 12:29 pm
Forum: Archive
Topic: [hopefully simple question] on invite -> join channel
Replies: 5
Views: 1134

[hopefully simple question] on invite -> join channel

hi there!

just one simple question:

if anyone does:

/invite bot #channel

he should join that channel, how to do that?

thanks for your help!

greetz,
eiSi
by eiSi
Tue Jun 24, 2003 12:07 pm
Forum: Archive
Topic: [Q] get auth name?
Replies: 5
Views: 1290

thanks, but I'm not that good in tcl coding :/

any hints how to realize it?

thanks!
by eiSi
Tue Jun 24, 2003 9:47 am
Forum: Archive
Topic: [Q] get auth name?
Replies: 5
Views: 1290

[Q] get auth name?

hi there! I have read 2 topics with scripts for getting the Q auth name. if I do a /whois: |03:46| »» (( /whois start )) |03:46| »» —› eiSi is "eiSi" (eiSi@localhost) |03:46| »» —› eiSi actual host is tuxX@myhost (217.160.111.123) |03:46| »» —› eiSi is authed as "eiSi" |03:46| »»...
by eiSi
Wed Jun 11, 2003 10:45 am
Forum: Archive
Topic: how to optimize that proc
Replies: 4
Views: 1691

wow!

that's really great :)

I'll try it later on, but I think it's exactly what I meant! :)

Thanks again!