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

by brood
Fri Dec 09, 2005 8:48 am
Forum: Script Requests
Topic: op friends
Replies: 1
Views: 6933

op friends

Becouse i'm not always in my channel and not want to at nick to chanserv, I'm searching for a script, where I can can ad my friends to the bot with a command on irc. Someting like !ad <nick> (command only the owner can use) When they join the channel they can do !op and they get @ from the bot. So o...
by brood
Sat Dec 03, 2005 6:16 am
Forum: Scripting Help
Topic: only echo stuff starting with a [
Replies: 10
Views: 13664

thanks :D
by brood
Wed Nov 30, 2005 12:26 pm
Forum: Scripting Help
Topic: only echo stuff starting with a [
Replies: 10
Views: 13664

it doesnt seems to work. bind pubm - {#channel1 [*} pre proc pre {nick uhost handle channel text} { if {($nick == "nick")} { if {"[lindex [split $text] 0]" == "\[SYSOP\]"} { return 0 } putserv "privmsg #channel2 :$text" } } It still echo the [SYSOP] announcement
by brood
Tue Nov 29, 2005 4:27 pm
Forum: Scripting Help
Topic: only echo stuff starting with a [
Replies: 10
Views: 13664

thanks that works :)

is it also to filter some lines out?

like we dont when to let the users see for example
[SYSOP] - blabbla
by brood
Sun Nov 27, 2005 8:17 am
Forum: Scripting Help
Topic: only echo stuff starting with a [
Replies: 10
Views: 13664

only echo stuff starting with a [

We have a sitebot on a channel where the SiTEOPS are in. Now we made a channel for users who got axx to the ftp will be in. The problem is the sitebot tels stuff (like pre of a release) we dont want the users to see. So we want to echo stuff the bot says in the users channel, but not that kind of st...
by brood
Thu Sep 22, 2005 4:49 am
Forum: Archive
Topic: storing lines/ log
Replies: 3
Views: 5824

logging flag +p will cause saving of all public chat in the logfile, check eggdrop.conf I found the text in eggdrop.conf, but cant find where to change or ad flag +p to it: #Eggdrop is capable of logging various things, from channel chatter to # commands people use on the bot and file transfers. Lo...
by brood
Wed Sep 21, 2005 10:27 am
Forum: Archive
Topic: storing lines/ log
Replies: 3
Views: 5824

storing lines/ log

Is it possible to make a script that stores everything in the channel I want, to a DB? Like sort of log. For example: I want to store all lines that follow up after the nick: brood If I say: <brood> blablablablabla It stores blablablablabla to a DB. Then if i want to check if it's said I can do a co...
by brood
Tue Sep 06, 2005 2:14 pm
Forum: Archive
Topic: channel record
Replies: 6
Views: 5545

ok thanks :).

I'm trying peak1.8.tcl

if i try the command in the channel !peak i get this msg in the partyline:

[20:08] <[[test]]> [19:08] Tcl error [pub:peak]: wrong # args: should be "lindex list index"

Some1 knows what the problem could be?

Thanks.
by brood
Sun Sep 04, 2005 5:24 am
Forum: Archive
Topic: channel record
Replies: 6
Views: 5545

channel record

I'm looking for a channel record script. When some1 enters the channel and he sets the record, the bot says someting like: New record is 699 ppl set by <nick> at Sun Sep 04 11:14:25 2005 In #<channel> And if the script can use collors would be cool to Anybody can hel me? :) thanks in advance
by brood
Thu Sep 01, 2005 4:44 am
Forum: Archive
Topic: +v
Replies: 4
Views: 4106

ahh, then the @ have to do it
by brood
Thu Sep 01, 2005 4:36 am
Forum: Archive
Topic: +v
Replies: 4
Views: 4106

what is "!" in the phrase on the network we have a channel there are ! @ % and +v for rank. So ppl with the highest rank (!) can add pppl to the bot. "and the ! in my channel"? that the highest rank ppl in the channel can do the !add nick Sorry if its not so clear, I'm not engli...
by brood
Thu Sep 01, 2005 4:22 am
Forum: Archive
Topic: +v
Replies: 4
Views: 4106

+v

Halo,

I'm looking for a script where me and the ! in my channel can add ppl by command to bot (someting like !add nick), so the ppl who are added get +v by the bot, when they join the channel.

I cant find it, maybe some1 knows if it excist and where to find it :)

thanks