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...
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 ...
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?
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...
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!
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....
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...
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...
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...