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

by manipulativeJack
Wed Aug 29, 2012 2:54 pm
Forum: Script Requests
Topic: Jabber
Replies: 2
Views: 3109

This is something I am interested in as well - Puck, did you ever find anything that worked?

Anyone know if GTalk is still Jabber/XMPP?

Anyone think this is an approachable probject?

Jack
by manipulativeJack
Thu Jul 05, 2012 1:10 am
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20001

Let me first say how much I really appreciate the work that you do here for all of us. I can not speak for others but looking at the hundreds of comments I know others really appreciate your work as well. I myself use one or another of your scripts nearly every day. That said... ;) [04:06:24] Tcl er...
by manipulativeJack
Tue Jul 03, 2012 7:06 pm
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20001

Been trying for hours now and I am unable to determine a way to use this to display nicks in channel (or pm, or dcc) ...I would like something like this: !nicks joe <bot> joe has also been joe1, joe2 and sam32 or maybe something on the partyline when someone joins a channel? joe has joined #channel ...
by manipulativeJack
Sun Mar 08, 2009 9:03 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70426

I guess it would be a major re-write to make it so that each part of the profile could be changed without starting fresh?

like

/msg bot !nick 23
by manipulativeJack
Sun Mar 08, 2009 8:05 pm
Forum: Script Requests
Topic: A simple tcl to pull a word origin from etymonline.com
Replies: 8
Views: 9794

Hmm, I am not sure what I am doing wrong.

I still get the same thing, just the URL displaying.

My admin said he is using the newest version of TCL and I am not seeing any partyline errors. (I am not sure how to check the TCL version myself.)

I am using egghttp.tcl - is that what you use?
by manipulativeJack
Sun Mar 08, 2009 6:44 pm
Forum: Script Requests
Topic: A simple tcl to pull a word origin from etymonline.com
Replies: 8
Views: 9794

Well, I was just copying what was displayed on the forum screen here and pasting it into the editor on my shell (pico/nano) it does not wrap lines but it looks like they are wrapped here on the forum ... unless I am just seeing things wrong?
by manipulativeJack
Sun Mar 08, 2009 6:04 pm
Forum: Script Requests
Topic: A simple tcl to pull a word origin from etymonline.com
Replies: 8
Views: 9794

Oh, _so_ nice. It looks perfect in your screen shot, _exactly_ what I was thinking. However when I try to implement it myself it is giving me some problems - when I copy and paste it it looks like some of the lines have wrapped - I went in and tried to make it look right again but for some reason wh...
by manipulativeJack
Thu Mar 05, 2009 5:55 pm
Forum: Script Requests
Topic: Ramdom quote from fmylife.com
Replies: 90
Views: 80821

I give up! If you get bored take a look at my request :D

Either way thanks for this cool little snippet.
by manipulativeJack
Thu Mar 05, 2009 3:36 pm
Forum: Script Requests
Topic: Ramdom quote from fmylife.com
Replies: 90
Views: 80821

Nice!

Would you mind if I try to use some of this code to /try/ to create the
script I was requesting in http://forum.egghelp.org/viewtopic.php?t=16672 - I am not sure how to do the requesting part but this should work for the displaying part!

Jack
by manipulativeJack
Thu Mar 05, 2009 12:19 am
Forum: Script Requests
Topic: A simple tcl to pull a word origin from etymonline.com
Replies: 8
Views: 9794

A simple tcl to pull a word origin from etymonline.com

My channel often discusses the meaning of words and where the word comes from, I refer to www.etymonline.com daily and was thinking it would be great to have a script to offer the word origin information: <Jack>!origin cat <Bot> cat O.E. (c.700), from W.Gmc. (c.400-450), from P.Gmc. *kattuz, from L....
by manipulativeJack
Sun Feb 22, 2009 12:16 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70426

I am getting tons of use out of this, it is great! I even learned how to add extra !triggers It seems to be erroring on people with special characters in their names though. (like {}s) I found a web page about how to write scripts that do not choke on special characters but I have not had any luck m...
by manipulativeJack
Wed Feb 18, 2009 3:52 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70426

Oh, nice! I am trying to learn how to make it so IF someone has a profile they get a +v (voice) when they join. Also trying to add a !teaser to the profile which will be a line the user can set which will display (like a greeting) when they join the channel. Something like: !teaser Hi everyone, I am...
by manipulativeJack
Wed Feb 18, 2009 2:06 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70426

If you switch $input_nick with $split_args in the lines that display the profile you will get the correct caps on the nick (well, the caps that the person types in when requesting a profile) instead of an all lower case return. I am not very good with TCL so I do not know if this might cause other p...