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

by Careto
Sun Sep 05, 2004 9:21 am
Forum: Archive
Topic: problem bind raw in 2 scripts
Replies: 1
Views: 1059

problem bind raw in 2 scripts

I have problem with 2 script loaders. 1º script: bind pub o|o !signon whois bind raw - 317 sig proc whois {nick uhost handle chan arg} { global ca set ca $chan foreach user [chanlist $chan] { putserv "WHOIS $user $user" } } proc sig {from key arg} { global ca set nick [lindex [split $arg] ...
by Careto
Tue Aug 10, 2004 11:58 am
Forum: Archive
Topic: I need script or example of recived file
Replies: 4
Views: 2037

thank user. I feel my writing in English.

How I can put that it says the IP to me of the person who sends the DCC to me for a system of log?
by Careto
Mon Aug 09, 2004 2:30 pm
Forum: Archive
Topic: I need script or example of recived file
Replies: 4
Views: 2037

I need script or example of recived file

Hello, I need script or example that says in a channel nick to me, name of the received file, since I modulate transfer.so comes with its commando predefined when receiving sends notice to nick.
by Careto
Tue Mar 09, 2004 3:10 pm
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2970

bind pubm - "!admin *" pub:admin proc pub:admin {nick host hand chan args} { if {[string equal -nocase $chan "#anychannel"]} { set list "" foreach nick2 [chanlist $chan] { if {[isop $nick2 $chan]} { append list " $nick2" } } putserv "PRIVMSG $chan :4$lis...
by Careto
Mon Mar 08, 2004 1:25 pm
Forum: Archive
Topic: problen with lreplace
Replies: 6
Views: 1640

corrected with:

Code: Select all

set modfile [open index.php "r"]
set todo [read -nonewline $modfile]
close $modfile
set lee [split $todo "\n"]
regsub -all "</table><p>" $lee "" lee
thanks Ofloo
by Careto
Mon Mar 08, 2004 1:11 pm
Forum: Archive
Topic: Match nicks from a file.
Replies: 13
Views: 2385

and if in the file is nicks with [ ] or { }?
for example (file):
[diesel ]
[^__^]
AtesT
MuSa
^^TeO^^
{ gurru }
How it would be the code?

:cry: :cry: :cry: :cry: :roll:
by Careto
Sun Mar 07, 2004 3:36 pm
Forum: Archive
Topic: problen with lreplace
Replies: 6
Views: 1640

not work, error
bad index "</table>": must be integer or end?-integer?
index it must of being numerical?
by Careto
Sun Mar 07, 2004 1:17 pm
Forum: Archive
Topic: problen with lreplace
Replies: 6
Views: 1640

it does not work, gives the following error me: set borra1 "</table>" set modfile [open index.php "r"] set todo [read -nonewline $modfile] close $modfile set lee [split $todo "\n"] set lee [lreplace $borra1 1 2 $borra1] set modfile [open $modfile "w"] puts $mo...
by Careto
Sun Mar 07, 2004 10:17 am
Forum: Archive
Topic: problen with lreplace
Replies: 6
Views: 1640

problen with lreplace

then not like thus causing that it says to me to that line belongs borra1 and being able to erase that line of the file. set borra1 "</table>" set modfile [open index.php "r"] set todo [read -nonewline $modfile] close $modfile set lee [split $todo "\n"] set lee [lreplac...
by Careto
Tue Mar 02, 2004 6:04 pm
Forum: Archive
Topic: problem in chanlist with nick char
Replies: 3
Views: 2474

Thanks strikelight The list of nick appears to me all good, with nicks correct with puts $file "[join $$prueba]" But now not like doing, that in part it clears to nick that it leaves the channel, of the list and sees the others nicks. IE. In Join: [^__^] atest axe In part: (if list leaves ...
by Careto
Tue Mar 02, 2004 1:56 pm
Forum: Archive
Topic: problem in chanlist with nick char
Replies: 3
Views: 2474

problem in chanlist with nick char

I have one problem with chanlist: bind join - "#canal *" topics proc topics {nick uhost hand chan} { if {[string equal -nocase $chan "$chan"]} { set file [open pruebanick w] set cuentame [chanlist $chan] regsub -all "{" $cuentame "" cuentame regsub -all "...