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

by loulou7593
Thu Oct 31, 2013 1:11 pm
Forum: Scripting Help
Topic: File operations
Replies: 4
Views: 5444

Thx Willyw I tested this set chanback "#chan" bind pub n !addtemp addtemp proc addtemp {nick host hand chan arg} { global botnick # File name to read. set fname "scripts/blagues.tcl" # Open file for read access (note we're not catching errors, you might # want to use catch {} if ...
by loulou7593
Wed Oct 30, 2013 2:26 pm
Forum: Scripting Help
Topic: File operations
Replies: 4
Views: 5444

File operations

Good evening, I do not know how to replace a precise line, either by his number of line, or by detecting a word which appears on this line. I explain: I have a script of jokes which can send the jokes all X minutes but which it is necessary to adjust in the blague.tcl file I wanted for example to cr...
by loulou7593
Fri Feb 03, 2012 12:15 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

Hello

I would have liked to know if somebody could help me to make the same thing but for two channels?

There that functions well for the channel #accueil, but I would like that makes me also a list for the channel #game

As that I could have the list of the two channels on the same page
by loulou7593
Wed Feb 01, 2012 7:07 am
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

Hello, I think that there are minor problems because when a person join Channel that immediately does not write the name of the person in the file, on the other hand the meter works well. Example: on Chanel there are already the following people. Niubot40 Ludo the page indicates 2 people on the chan...
by loulou7593
Tue Jan 31, 2012 7:18 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

ah ok sorry I had not included/understood. I will look at page Internet
by loulou7593
Tue Jan 31, 2012 5:49 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

here what I would like to do

Image[/img]
by loulou7593
Tue Jan 31, 2012 5:29 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

afflicted I am French and my English is not very good lol

pseudo = nick

look at this page, it is currently what the code of front gives me http://loulou.hosting-free.be/liste.html

I would like to know if it is possible to have the people who are connected in a table?
by loulou7593
Tue Jan 31, 2012 4:42 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

thank you nml375

it is impeccable :)

I would like to know if it is possible to integrate a table around the pseudos ?

but the problem is that basic one does not know the number of pseudos connected. Thus how to define a table?
by loulou7593
Tue Jan 31, 2012 3:39 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

I thus tested with the two codes

Code: Select all

set tpl [read $fi]
and

Code: Select all

set tpl [read -nonewline $fi]
and I have this error in partyline now

Code: Select all

Tcl error [list:join]: can't read "ulist": no such variable
by loulou7593
Tue Jan 31, 2012 3:18 pm
Forum: Scripting Help
Topic: Problem nick list html
Replies: 13
Views: 10283

Problem nick list html

Hello all I would like a tcl to create a nick list in a file HTML here what I have ################################### ########### nick list ########### ################################### set canal "#accueil" set fsource "/home/loulou/liste.tpl" set fichier "/home/loulou/pu...
by loulou7593
Thu Jun 03, 2010 6:31 pm
Forum: Script Support & Releases
Topic: Blacklist script by Sir_fz
Replies: 15
Views: 21766

I seek a means while only write

!addbl john


and that blacklist when without being obliged to write

!addbl john*!*@*


cordialement
by loulou7593
Tue Apr 08, 2008 1:11 pm
Forum: Scripting Help
Topic: To keep in memory
Replies: 1
Views: 1948

To keep in memory

hello I have a problem with a code, This code is supposed when I type ! order MSG on my living room, Ca puts a new greeting message and when a person joined the living room Ca him sending a note with the message which I had put. But for each .rehash and well it is necessary all to start again. to yo...