I downloaded the file eggdrop1.6.17-ssl.diff.gz to the folder where I extracted the eggdrop1.6.17.tar.gz. Here's what went wrong... -bash-2.05b$ ls CONTENTS configure.ac COPYING disabled_modules ChangeLog doc FEATURES eggdrop.conf INSTALL eggdrop1.6.17-ssl.diff.gz Makefile help Makefile.in language ...
Can someone help me out on this one? the bot returns this error. Tcl error [intro]: wrong # args: should be "intro from keyword arg" and here's how the tcl is now. bind raw - "NOTICE" intro set intro "being" set intro1 "introduced" proc intro {from keyword arg...
How can I make a bot execute a regular .+chan #CHANNEL command on a PartyLine work as !join #channel in the pub. I want it to add the channel as if it was in a partyline (.+chan) and not only putserv "Join #channel".
Please help, i appreciate it.
Hey guys, I'm kind of stuck here on this code. I just want it to see is @ isin the $text var. But I'm kind of noob to tcl and need some help :) bind msg m| !compra compra proc compra {nick uhost hand text} { set compras "@" if {![string match *$compras* $text]} { putserv "PRIVMSG memo...