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

by Arnold_X-P
Fri Apr 06, 2018 10:45 pm
Forum: Scripting Help
Topic: duda de codigo
Replies: 3
Views: 5765

amigo el codigo esta incompleto el bot nickserv esta escrito en C++ aqui usamos tcl que es otro lenguaje que es muy distinto al lenguaje en que fue escrito el nickserv digo que su codigo esta incompleto por que solo lanza una frase al que solicite esa peticion.. mas bien su pregunta no sera quiero u...
by Arnold_X-P
Fri Apr 06, 2018 10:38 pm
Forum: Scripting Help
Topic: how do I do an action with tcl?
Replies: 6
Views: 7155

Re: how do I do an action with tcl?

for actions use;

Code: Select all

 putserv "PRIVMSG $chan :\001ACTION asks for help." 
by Arnold_X-P
Sun Apr 01, 2018 11:13 pm
Forum: Script Support & Releases
Topic: YoutubeTitle V2 - Version 2.1 (22/08/16)
Replies: 30
Views: 60010

Re: YoutubeTitleV2 - Version 2.1 Released

Viper YoutubeTitleV2
friend its tcl does not work already
apparently something modified in the tcl 8.6.6
I proved the youtube tcl in tcl 8.5 and it works very well

error in taryline:
[03:12:05] % Failed to find a video: protocol not supported (searching for 'irc').
by Arnold_X-P
Fri Mar 30, 2018 8:47 pm
Forum: Script Requests
Topic: Talk bot with AI
Replies: 1
Views: 4201

Re: Talk bot with AI

by Arnold_X-P
Fri Mar 30, 2018 8:40 pm
Forum: Scripting Help
Topic: duda de codigo
Replies: 3
Views: 5765

Re: duda de codigo

trata de pegar el codigo completo asi lo veo mejor y recibiras mas ayuda.
recuerda este es un foro de ingles y casi todos aqui hablan ingles..

pega el codigo completo y asi lo vemos mejor--- saludos cuate
by Arnold_X-P
Mon Mar 05, 2018 12:50 pm
Forum: Scripting Help
Topic: BlackIP 1.6 by BLaCkShaDoW
Replies: 6
Views: 8474

Re: BlackIP 1.6 by BLaCkShaDoW

if correct is another tcl... badchan friend can help me and if the details is when a nickname uses special characters when it's a common nickname the tcl works very well example : {N}ick * {N}ick (~ix@181.188.139.21) has joined #beni2 pbind RAW - 319 bc_whois proc bc_whois {from key arg} { global bo...
by Arnold_X-P
Sat Mar 03, 2018 10:03 am
Forum: Scripting Help
Topic: BlackIP 1.6 by BLaCkShaDoW
Replies: 6
Views: 8474

Re: BlackIP 1.6 by BLaCkShaDoW

new error in partyline this error only appears when a nickname has special characters example the nickname .ip {N}ick [13:59:16] Tcl error [bc_whois]: list element in braces followed by "ick" instead of space the good thing is that it gives result of the request <@Kantuta> 02NickName: 03{N...
by Arnold_X-P
Fri Feb 23, 2018 3:51 pm
Forum: Script Requests
Topic: recognize special characters in nicknames
Replies: 3
Views: 5052

it works but not very well... recognizes normal nicknames but nicknames with special characters do not recognize them example : {N}ick bind PUB o !topme op proc op {nick host hand chan text} { global flagaccess foreach user [split $text] { if {![botisop $chan]} { puthelp "NOTICE $nick :I'm down...
by Arnold_X-P
Tue Feb 13, 2018 11:47 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15104

if friend recognizes nicknames that are online
see http://forum.egghelp.org/viewtopic.php?t=17178
by Arnold_X-P
Sat Feb 10, 2018 9:12 pm
Forum: Script Requests
Topic: recognize special characters in nicknames
Replies: 3
Views: 5052

Re: recognize special characters in nicknames

Try to use the same resource but in the second example it did not work for me: bind PUB o !op op proc op {nick host hand chan text} { global flagaccess if {![matchattr $hand $flagaccess $chan]} { if {[regexp -- {^[\x41-\x7D][-\d\x41-\x7D]*$} $target]} { if {$target == ""} { set target [lin...
by Arnold_X-P
Sat Feb 10, 2018 9:06 pm
Forum: Script Requests
Topic: recognize special characters in nicknames
Replies: 3
Views: 5052

recognize special characters in nicknames

I was trying out this little tcl to recognize special characters in nicknames works but does not recognize all the special variants in nicknames example : [L|I|T|0] [-Nick-] {N}ick [-Nick-] bind PUB o !op procname proc procname {nick uhost hand chan text} { set target [string trim $text] if {[regexp...
by Arnold_X-P
Sat Feb 10, 2018 8:36 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15104

thanks Spike^^ Two modifications were made with which it works wonders: set vCapsLengthAllow 4 & set vCapsPercentAllow 40 and now it recognizes the variants HELLO PEDRO, how are you DOING or greetings TO ALL HELLO if or hi TO ALL people # caps.tcl # set bot user flags to ignore text set vCapsFla...
by Arnold_X-P
Sat Feb 10, 2018 8:15 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15104

already probe going down and it does not work

vCapsPercentAllow 50
by Arnold_X-P
Sat Feb 10, 2018 6:21 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15104

help in caps kicker tcl for arfer

the tcl is very good but note that it does not recognize variants such as HELLO PEDRO, how are you DOING or greetings TO ALL HELLO if or hi TO ALL people ····················· the tcl only recognizes that: HELLO it is possible to extend the tcl so that it recognizes these variants # caps.tcl # set b...
by Arnold_X-P
Tue Feb 06, 2018 11:12 am
Forum: Script Requests
Topic: help in clone scan tcl
Replies: 17
Views: 17001

now it works without giving failures. namespace eval clonescan { variable trigger "." bind pub m|o "${trigger}clone" [namespace current]::commands bind pub m|o "${trigger}clones" [namespace current]::commands proc checknick {nick} { set skip [list "S" "Q&...