haha i feel so stupid. i found it. proc makecell {text width align} { set text [noentities $text] set length [string length [noirc $text]] if {$length >= $width} { set padding $width set text [string range $text 0 [incr padding -2]] set length [incr padding 1] } if {$align == "left"} { set...
im very new to tcl and i was wondering what this i see in a script i have. putquick "PRIVMSG $chan : \002[makecell "Found $total_results in [string trim $query_time]" 25 left][makecell "\".db help\" for info http://edited.com" 61 right] " it seems like its som...
well its hard to explain so i took a screenshot. http://img197.imageshack.us/img197/7381/chars3hb.jpg the .help file looks like this %{help=all}%{-} ### %bcore%b commands For all users: %bwho away quit whom%b %bme page match motd%b %bbots newpass chat handle%b %bwhoami echo strip su%b %btrace fixcod...
thanks a lot dragnlord. i found a patch on google but page 2 :[. it worked though. i post it here if anyone wants to use it. --- eggdrop-1.6.15/src/mod/server.mod/server.c.old 2004-01-01 22:33:47.112948000 -0500 +++ eggdrop-1.6.15/src/mod/server.mod/server.c 2004-01-01 22:33:57.329394864 -0500 @@ -1...
editing the source shouldnt be a problem. can you hint me some places where it is discussed or what to search. every time i search bot flood or whatever i get the channel flood protections. also i cant find -next, what is that?
Is there a way to allow the bot to send messages as fast as possible. I have the bot on my network on it's own server that has it's sendq disabled so it won't flood out if it tries to send messages to fast and i want to to be able to notice very fast. Thanks. i hope you understand what im trying to ...