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.

erro tcl help

Help for those learning Tcl or writing their own scripts.
Post Reply
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

erro tcl help

Post by demetrius_reis »

tcl anexo
http://paste2.org/p/1328465

All variables work, just one will not work in any way, indeed the tcl she always worked, she created many years and now it will not work at all.

She has an error in this part:
# problema porta
bind pubm - "*porta*" porta
proc porta { nick uhost handle chan idx } {
putquick "PRIVMSG $chan : $nick, Problemas com as Portas do Age of Empires? Leia -> http://www.ageofempires2.com.br/?pag=aj ... es-on-line"
}

and accuses this error:
<AgeHelp> Tcl error [portas]: invalid command name "portas"
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

Post by demetrius_reis »

alguém ?
a
adamast0r
Voice
Posts: 5
Joined: Wed Apr 20, 2011 8:35 pm

Post by adamast0r »

Boas,
presumo que sejas português também..
Segundo o teu código o erro não se encontra aí porque tu em nenhum sitio usas a variável $portas, o erro deve estar em outra parte do código, cumprimentos.
Post Reply