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

by willyw
Thu Feb 12, 2009 6:58 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1365053

Hello, Have v4.5, and am now looking at v4.6b9, on Sir_Fz advice. I knew that 4.5 would not ban ops. However there are times when it would be nice to be able to do so. This line appears in the header of v4.6b9: * AllProtection exempts channel ops, friends (+f) and masters (+mo) from protection by de...
by willyw
Thu Feb 12, 2009 6:34 pm
Forum: Script Support & Releases
Topic: Active Chatter v3.66.b by awyeah (20/09/07 - fixed all bugs)
Replies: 30
Views: 45834

Sorry forgot to add the variables as global. My bad, been away a long time with tcl. Always mess up while coding things in a hurry, no matter how simple. More worse if you don't test it after modification. :) *** Script fixed and uploaded on: http://channels.dal.net/awyeah/ The text should appear s...
by willyw
Sun Feb 08, 2009 6:43 pm
Forum: Script Support & Releases
Topic: Public Notes 1.01 by Sergio100
Replies: 0
Views: 3369

Public Notes 1.01 by Sergio100

This is about: Public notes 1.01 16/01/2001 Sergio100 A public notes system allowing anyone to leave a note to a specified nick. http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=273 It looks interesting, and I've been playing around with it. It will "leave" a message, an...
by willyw
Fri Feb 06, 2009 3:34 pm
Forum: Script Requests
Topic: How to make text printing to screen go to a new line
Replies: 1
Views: 2400

How to make text printing to screen go to a new line

Hello, Using a script by slennox - partmsg.tcl. But that is just an example. In it, is a place to edit the text that it will send. I've found: http://forum.egghelp.org/viewtopic.php?t=3867 and it is quite helpful for colorizing the text. I have a line, in the above mentioned script, like this: "...
by willyw
Thu Feb 05, 2009 12:27 am
Forum: Script Support & Releases
Topic: Active Chatter v3.66.b by awyeah (20/09/07 - fixed all bugs)
Replies: 30
Views: 45834

New configuration settings added: ### SET THE TEXT TO DISPLAY IN THE +V (VOICING) MODE ### #Set the text to display while voicing the active chatters. This text will be #displayed when removing the channel key (mode: -k). Control codes such as #color/bold/underline/reverses can also be used in the ...
by willyw
Thu Feb 05, 2009 12:24 am
Forum: Script Support & Releases
Topic: Active Chatter v3.66.b by awyeah (20/09/07 - fixed all bugs)
Replies: 30
Views: 45834

proc autovoice:delay {nick chan} { # Change the part below global voice # Into this global autovoice voice This seems to have fixed the tcl error that was appearing. :) However the problem with the script interfering with logging and display to console was unaffected by this. The script still block...
by willyw
Wed Feb 04, 2009 12:45 pm
Forum: Script Support & Releases
Topic: Active Chatter v3.66.b by awyeah (20/09/07 - fixed all bugs)
Replies: 30
Views: 45834

Hello all, Due to the surge number of requests on this script, I took out some time barely to fix the known bugs and issues thanks to speechless. ... Thank you for taking time to try to fix it. I have downloaded a copy from your link, and tried it. The known issue with logging interference and cons...
by willyw
Fri Jan 30, 2009 9:31 pm
Forum: Script Support & Releases
Topic: Active Chatter v3.66.b by awyeah (20/09/07 - fixed all bugs)
Replies: 30
Views: 45834

... This should solve the problem once and for all. :) Thank you for the reply. Have tried your recommedation, and at first it seemed to be working ok! That is, now the error is no longer appearing, and the script will also devoice a user. ( I suppose that also answers the question about it working...
by willyw
Fri Jan 30, 2009 1:51 pm
Forum: Script Support & Releases
Topic: Active Chatter v3.66.b by awyeah (20/09/07 - fixed all bugs)
Replies: 30
Views: 45834

Having just found and tried out the activechatter.tcl script, I am just now finding this thread. Am having the exact same result of: Tcl error [autovoice:devoice:idlers]: invalid channel: {#channelname} where #channelname DOES exist in bot, and bot IS in channel. Further info: bot will voice a user,...
by willyw
Wed Jan 21, 2009 12:04 pm
Forum: Script Support & Releases
Topic: Statistics.tcl by perpleXa (the pubm problem)
Replies: 9
Views: 41677

tcl-commands.doc: (6) PUBM (stackable) bind pubm <flags> <mask> <proc> procname <nick> <user@host> <handle> <channel> <text> Description: just like MSGM, except it's triggered by things said on a channel instead of things /msg'd to the bot. The mask is matched against the channel name followed by t...
by willyw
Tue Jan 20, 2009 11:42 am
Forum: Script Support & Releases
Topic: Statistics.tcl by perpleXa (the pubm problem)
Replies: 9
Views: 41677

if {(![channel get $channel stat])} { return 0 } Basically, if the channel isn't set +stat a return of 0 is issued. This is the problem with returning values (in this case a zero, 0) from procedures that are triggered by binds. Change it to merely a 'return'. And by the looks of skimming through th...
by willyw
Sun Jan 18, 2009 5:36 pm
Forum: Script Support & Releases
Topic: Statistics.tcl by perpleXa (the pubm problem)
Replies: 9
Views: 41677

Statistics.tcl by perpleXa (the pubm problem)

Hello, I hope this is the right place for this. This is about Statistics.tcl by perplexa. Can be found here: http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=1079 Discovered that scripts can cause channel monitoring via console with +p flag, and channel logging of all traffic with...
by willyw
Sun Jan 18, 2009 4:58 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1365053

Sir_Fz: Have just now made the edits, as per your above. Only briefly tested, but it seems to work. :) Thank you! Hopefully there will be no unexpected effects. Forgot to mention (sorry!) that we are using AP v.4.5 , because I found it here: http://www.egghelp.org/tclhtml/3478-4-0-0-1-allprotection....
by willyw
Fri Jan 16, 2009 8:31 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1365053

At line 1368 you'll find: set cl "abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&" add "." and "?" to that string, and replace the line at 1370: if {[string match -nocase *[string repeat [string index $cl $c] $i]* $arg]} { with if {[string match -nocase *[string map {?...
by willyw
Fri Jan 16, 2009 8:27 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 254946

I've tried what you've said. It does not work, 100%. :( Add "return 0" to the end of the following procs: punish (line 430), clone (line 458), repeat (line 484) and mass (line 520) ... I'm too tired to read the rest of the script to make more sense of the timing stuff right now...let's ho...