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

by Kaarel
Tue Jun 03, 2003 7:22 am
Forum: Archive
Topic: error in google script
Replies: 10
Views: 3554

Storm wrote:is alltools.tcl loaded?

btw, are u from Estonia or Latvia? cuz your e-mail... :D

Estonia
by Kaarel
Mon Jun 02, 2003 1:54 pm
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

Storm wrote:If u didnt know there is 1.6.15 version of windrop.

Can you tell me how do update my bot
by Kaarel
Mon Jun 02, 2003 1:53 pm
Forum: Archive
Topic: error in google script
Replies: 10
Views: 3554

error in google script

I downloaded a google script, but that is not working <Botman> [20:42] Tcl error [pub:google]: error writing "stderr": bad file number I would like to know what stderr means. http://www.egghelp.org/files/tcl/google-0.2.1.zip <---that one Please can anybody cof that file or send me a workin...
by Kaarel
Mon Jun 02, 2003 12:51 pm
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

Ok it worked, but please make to me a script like the bot doesn`t voice Peter Karl and Joshep
by Kaarel
Mon Jun 02, 2003 12:40 pm
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

MD87 wrote:As a stab in the dark, your bot's name doesn't have [?] in it does it? (or anything similar) :D

// Edit - pah, should learn to read
<Botman> [19:06] #kaarel: mode change '+v Kaarel' by Botman!~Kaarel@213-35-147-242-dsl.prn.estpak.ee
No it does not have
by Kaarel
Mon Jun 02, 2003 12:21 pm
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

caesar wrote:I don't see any "?" in the code. Humm.. Have you .rehash'ed it after doing the changes? Also, what version is it?
Yes a rehashed and even restarted the bot

version is Windrop 1.6.13


Can anybody try the same code in his bot, please
by Kaarel
Mon Jun 02, 2003 12:07 pm
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

did you try the new code that I gave you? yes <Botman> Gave voice to Kaarel on #kaarel <Botman> [19:06] #kaarel: mode change '+v Kaarel' by Botman!~Kaarel@213-35-147-242-dsl.prn.estpak.ee <Botman> [19:06] Tcl error [my:voice]: invalid command name "? " :( What I have to do
by Kaarel
Mon Jun 02, 2003 11:58 am
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

Ok, everything work but when my bot voice somebdy I get this error <Botman> [18:57] Tcl error [my:voice]: invalid command name "? "


What that means :(
by Kaarel
Mon Jun 02, 2003 11:52 am
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

My bot says
<Botman> [18:50] Tcl error [time_proc]: can't read "channel": no such variable



And that code if {![isvoice $user $channel] && ![isop $user $channel] && ![matchattr $user B]} {


Where do I have to put names
by Kaarel
Mon Jun 02, 2003 11:11 am
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

ReaLz thanks, but I thought is that possible to ignore some users, that is not voiced and bot will not gives their voice
by Kaarel
Mon Jun 02, 2003 11:07 am
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

Is that te right code set vcount 0 bind mode - "* +v" my:voice proc my:voice {nick uhost handle channel mode victim} {   global vcount   if {$nick != $::botnick} {     return   }   incr vcount bind pub o !vcount list:vcount proc list:vcount {nick host handle channel text} {   putserv "...
by Kaarel
Mon Jun 02, 2003 8:08 am
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

by what trigger I get the number of voices bot has gives


also my bot respond <Botman> [15:06] Tcl error [my:voice]: invalid command name "? " on !vcount
by Kaarel
Mon Jun 02, 2003 5:50 am
Forum: Archive
Topic: Idea: Voice and op counter
Replies: 18
Views: 3637

Idea: Voice and op counter

I made a script for miRC on 1:voice:#:{ if ($nick == $me) { inc %voices } else { halt } } menu channel { voice .yourself:/echo You have been given voices %voices times! .public:/msg $chan I have given voices %voices times! } But I would like to know can anybody make that kind of script to bot, I wou...
by Kaarel
Mon Jun 02, 2003 5:16 am
Forum: Archive
Topic: A voice script needed
Replies: 27
Views: 7527

A voice script needed

Ok, I would like such a voice script that doesnt`t give voice to user when he gets a auto voice in channel. I would like voice script that voices in period a time all peole that doesn`t have voice. And ops will not be voiced
Is that possible
by Kaarel
Sun Jun 01, 2003 5:44 pm
Forum: Archive
Topic: How do idenfiti my Bot
Replies: 5
Views: 1583

add in your eggdrop's conf the following: init-server { putserv "PRIVMSG Services-nickname :identify $botnick <password>" } this would work, but edit it well so i would suite your server Meyby I confed it not correctly My bot said <Botman> [00:39] invalid command name "init-server&qu...