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

by bruhv
Tue Jun 08, 2004 10:17 am
Forum: Archive
Topic: adding text (bot chat) to logfile
Replies: 6
Views: 2730

Re: adding text (bot chat) to logfile

hello friend :) It seems that di old bot doesn't log its own public chatter, so I wonder how I can do that. The chatter is when the bot sends strings to channels, so it should be as easy as: "putlog $string" but I want this text to be added to a specific file: channel.log. putloglev <leve...
by bruhv
Wed Jun 02, 2004 11:59 am
Forum: Archive
Topic: Q auth + setting mode +x
Replies: 6
Views: 3380

cool, thanks caesar 8)
by bruhv
Wed Jun 02, 2004 11:00 am
Forum: Archive
Topic: Q auth + setting mode +x
Replies: 6
Views: 3380

as usual i did a search but came up with nothing just want to add to this script... i added a public command to auth the bot when quakenet services go down and then come back, but i want it to check if it's already auth'd... ie check if it has a hostmask that matches ...@botnick.users.quakenet.org s...
by bruhv
Thu May 27, 2004 3:10 am
Forum: Archive
Topic: Gseen config
Replies: 5
Views: 2157

Yeah, I gave that a try, but it was a simple change from pub to pubm, and it didn't work. Thanks from the docs... bind msg <flags> <command> <proc> procname <nick> <user@host> <handle> <text> Description: used for /msg commands. The first word of the user's msg is the command, and everything else b...
by bruhv
Sat May 22, 2004 3:30 am
Forum: Archive
Topic: no response, i don't understand
Replies: 6
Views: 2286

strikelight, sorry, i must be quite stupid, because i don't see what you mean. i just edited part of a different script, have done so before, and it's the same, so i thought it should have worked. and i have checked the tcl-commands.doc, alas the info there is very thin, and as someone else has put ...
by bruhv
Fri May 21, 2004 5:52 pm
Forum: Archive
Topic: no response, i don't understand
Replies: 6
Views: 2286

no response, i don't understand

ok, it's a little lame, but in my mind it should work fine... bind pubm -|- "i love you too" loveu_reply proc loveu_reply {nick uhost handle chan text} { putserv "PRIVMSG $chan :\001ACTION \00304blushes\003\001" putserv "PRIVMSG $chan :\00310stop it!\003" } i type in ch...
by bruhv
Wed May 12, 2004 4:50 am
Forum: Archive
Topic: biblebot needed
Replies: 3
Views: 874

a simple edit to send the verses to the channel, that's where mine go ;)
you need to download a set of files for it to work, maybe there's a german version of this data?

good luck
by bruhv
Mon May 10, 2004 6:53 am
Forum: Archive
Topic: biblebot needed
Replies: 3
Views: 874

i found a bible.tcl that works (or seems to) fine example: (11:46:19) (@bruhv|work) !bible genesis 1:12 (11:46:20) (@orac) bruhv|work: <genesis 1:12> The earth brought forth grass, herbs yielding seed after their kind, and trees bearing fruit, with its seed in it, after their kind; and God saw that ...
by bruhv
Thu May 06, 2004 8:22 am
Forum: Archive
Topic: how to 'if nick is not on channel?'
Replies: 1
Views: 725

how to 'if nick is not on channel?'

anyone help with the code i need to add to check if a user is on the channel? i know the manual is there but i find i learn better by example :mrgreen: proc servebeer {nick uhost hand chan rest} { global botnick set cmd [string tolower [lindex $rest 0]] if {$cmd == "orac"} { putserv "...
by bruhv
Tue Apr 13, 2004 5:24 pm
Forum: Archive
Topic: need topic append script
Replies: 12
Views: 3704

fixed :D thanks again now... i can see a point where i will want the bot to either: 1. remove the oldest part of the topic when the new append makes the total new topic more than 250 characters (sounds horribly complicated to me) or 2. warn the user that it will make the topic too long, and then sta...
by bruhv
Tue Apr 13, 2004 4:53 pm
Forum: Archive
Topic: need topic append script
Replies: 12
Views: 3704

ah... chanstats.tcl has a 'proc topic' line changed it but haven't quite fixed it because my stats page no longer shows the topic. but i'm getting there, heh thanks Xpert for the script that (should of) works perfectly, just changed +n flag to +o ;) thanks strikelight for spotting the cause of my pr...
by bruhv
Tue Apr 13, 2004 2:19 pm
Forum: Archive
Topic: need topic append script
Replies: 12
Views: 3704

right. messed about a bit but still too much a n00b :/ what i have so far... bind pub o "!settopic" pub:topic bind pub o "!appendtopic" pub:append proc pub:topic {nick host hand chan args} { putserv "topic $chan :$args" } proc pub:append {nick host hand chan args} { set...
by bruhv
Tue Apr 13, 2004 1:28 pm
Forum: Archive
Topic: need topic append script
Replies: 12
Views: 3704

yep, like the zombie.tcl, appends to the end of whatever you set as topic. i think what i need is a proc to find out the current topic(no idea how, loads to learn still ;]) setting it as, for example, 'old_topic', then i think i can append the new topic to the end of 'old_topic' variable? thought it...
by bruhv
Tue Apr 13, 2004 7:58 am
Forum: Archive
Topic: need topic append script
Replies: 12
Views: 3704

yes i'm aware of the massive amount of topic scripts, yes i have tried most of them, none seem to append :-?
by bruhv
Tue Apr 13, 2004 5:39 am
Forum: Archive
Topic: need topic append script
Replies: 12
Views: 3704

... sets but doesn't append, can't see if i get errors in dcc chat because i can't dcc to the bot from work, will look at home later

thanks tho :)