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
Sun Nov 14, 2021 12:29 am
Forum: Script Requests
Topic: [SOLVED] Date | time | Unix time
Replies: 19
Views: 14817

heartbroken It is an excellent code but it needs to add words that link to other examples such as words from Spanish to English I added to the tcl this route which will recognize a word in Spanish example: (españa=spain) or (republica dominicana=Dominican Republic) in IRC: .t españa set text [string...
by Arnold_X-P
Sat May 08, 2021 12:28 am
Forum: Scripting Help
Topic: Bots script
Replies: 3
Views: 2647

Really short: bind msg n bots getbots proc getbots {nick uhost handle text} { foreach lbot [botlist] { putserv "PRIVMSG $nick :[lindex $lbot 0] is connected to [lindex $lbot 1]" } } use the code and it doesn't work....and it does not generate any error but it works this way for me bind ms...
by Arnold_X-P
Mon Mar 22, 2021 10:23 pm
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 17880

hola yo hablo español intente con esto (Hi, i speak spanish, try this) bind mode - "*-o*" antideopbot proc antideopbot {nick uhost hand chan mc arg} { global botnick if {[isbotnick $arg] && ![matchattr $hand mn|mn $chan]} { putquick "PRIVMSG chan op $chan $botnick" putser...
by Arnold_X-P
Sat Feb 27, 2021 12:26 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14219

ComputerTech
your code does not work generates this error,,, in partyline

Code: Select all

[00:22:35] Tcl error [ctswear:pub]: invalid command name "1"
by Arnold_X-P
Sun Jan 10, 2021 9:24 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

add this path but it doesn't work for me to skip : ; [ ]

Code: Select all

regsub -- {-[0-9A-Z].} $text {:;[ ]} text
by Arnold_X-P
Sun Jan 10, 2021 8:10 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

it can be omitted in uppercase nicknames, for example the use of [] or: is omitted; example if there is an uppercase nickname called GENICOZZ And the users name it in the channel like this GENICOZZ: or also GENICOZZ; and the bot omit that semicolons and also omit when it is put between characters li...
by Arnold_X-P
Tue Dec 22, 2020 12:01 am
Forum: Script Requests
Topic: errors in Bad nick control
Replies: 1
Views: 1975

errors in Bad nick control

I found this tcl but it has these errors someone please help me [23:48:52] Tcl error [bnick:check]: can't read "logo": no such variable [23:57:08] Tcl error [bnick:check]: invalid command name "count_update" ########################################################################...
by Arnold_X-P
Sun Dec 06, 2020 6:06 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

thanks SpiKe^^ and caesar
by Arnold_X-P
Sun Dec 06, 2020 12:26 am
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

if i delete these two routes if {[botisop $chan]} { if {![matchattr [nick2hand $nick] $vCapsFlagsAllow $chan]} { and I replace them with if {[matchattr $hand $vCapsFlagsAllow $chan] || [isop $nick $chan] || [ishalfop $nick $chan]} { I get the error again [04:02:41] Tcl error [pCapsDetect]: can't rea...
by Arnold_X-P
Sun Nov 08, 2020 9:09 pm
Forum: Script Requests
Topic: dcc por tcl
Replies: 1
Views: 2064

dcc por tcl

this tcl gives this error bind msg p !party do_dcchat proc do_dcchat {nick uhost hand text} { global portlist foreach line [dcclist TELNET] { set type [lindex $line 1] if {[regexp {telnet|all|users} $type]} { set port [lindex [lindex $portlist 4] 1] putserv "PRIVMSG $nick :\001DCC CHAT chat [my...
by Arnold_X-P
Sun Nov 08, 2020 8:39 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

would this be correct?

Code: Select all

if {[matchattr $hand $vCapsFlagsAllow $chan] || [isop $nick $chan] || [ishalfop $nick $chan]} {
by Arnold_X-P
Sat Nov 07, 2020 12:06 am
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

[04:02:41] Tcl error [pCapsDetect]: can't read "diff": no such variable
by Arnold_X-P
Sun Oct 18, 2020 9:53 pm
Forum: Eggdrop Help
Topic: Connection DNS lookup failed
Replies: 1
Views: 3250

Connection DNS lookup failed

I get this error in connection: [05:40:34] Failed connect to irc.dal.net (DNS lookup failed) [05:40:34] Failed connect to bifrost.ca.us.dal.net (DNS lookup failed) but I have activated in .conf this::: loadmodule irc loadmodule server loadmodule channels loadmodule dns set dns-servers "8.8.8.8 ...
by Arnold_X-P
Sun Oct 18, 2020 9:40 pm
Forum: Script Requests
Topic: help in caps kicker tcl for arfer
Replies: 22
Views: 15062

does not recognize or does not ignore nicknames that use capital letters..
by Arnold_X-P
Wed Sep 30, 2020 10:59 pm
Forum: Eggdrop Help
Topic: UTF-8 not working
Replies: 3
Views: 5072

it works very well for me, but try to have with this
set out-encoding "utf-8"
set fallback-encoding "windows-1250"