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
Sat Aug 25, 2007 5:14 am
Forum: Eggdrop Help
Topic: CTCP version
Replies: 2
Views: 2020

CTCP version

People can CTCP to a nick/bot and use VERSION to see some info like:

[botnick VERSION reply]: eggdrop v1.6.18

Is it possible to secure this part?
by brood
Tue Aug 21, 2007 10:00 am
Forum: Scripting Help
Topic: botnet question
Replies: 2
Views: 2262

botnet question

I going to try to make a botnet. The only thing I want to us eit for, is to sned commands to the other bot's. Now on the page: Enhancing Your Eggdrop it says: 1) First up, config file stuff - make sure any channels you want bots to synchronise information about (e.g. user flags, bans, etc.) are set ...
by brood
Sun Jul 01, 2007 6:14 pm
Forum: Scripting Help
Topic: adding dot to the count result
Replies: 2
Views: 2295

thanks :D
by brood
Sun Jul 01, 2007 1:47 pm
Forum: Scripting Help
Topic: adding dot to the count result
Replies: 2
Views: 2295

adding dot to the count result

To count the colums i use:

Code: Select all

"SELECT count(*) from $table;"
Lets say the output is $cnt: 1392

Is it possible to let is show like: 1.392 (with the dot)

Same ofcourse if the count its more then a million: 1.234.323

thanks
by brood
Sat Apr 07, 2007 4:43 pm
Forum: Scripting Help
Topic: split output
Replies: 1
Views: 1840

split output

My bot announce for example:

<nick>!beer

<bot> One BEER for <nick> please.

I want to change it like:

<bot> One
<bot> BEER
<bot> for
<bot> <nick>
<bot> please.

(when i am home, i will add the code)
by brood
Mon Jan 29, 2007 3:59 pm
Forum: Scripting Help
Topic: backfill
Replies: 5
Views: 4109

thanks.

Is it also possible to let it announce how long the backfill time has past, like Darki_one asked:


(backfill)-(section) xxxx is 10min 12sec. too old

thanks again
by brood
Mon Jan 29, 2007 1:13 pm
Forum: Scripting Help
Topic: backfill
Replies: 5
Views: 4109

backfill

I want to add a backfill code to my script. I search the forum and I found this: http://forum.egghelp.org/viewtopic.php?t=9356&highlight=backfill # limit, in seconds set maxtime 300 if {[expr [unixtime]-$pretime]>=$maxtime} { # it's too old, send warning } { # normal pretime msg } Now my pretime...
by brood
Sat May 27, 2006 4:19 pm
Forum: Shell & Bouncer Help
Topic: psybnc bhelp + crontab
Replies: 1
Views: 10005

psybnc bhelp + crontab

Is it possible to change the help msg you get if you type /bhelp? I want to delete some commands

Is it possible to crantob spybnc, so it will starts auto after someting happend to the machine it is running
by brood
Thu May 25, 2006 8:45 am
Forum: Eggdrop Help
Topic: flood Placing on ignore
Replies: 5
Views: 6305

flood Placing on ignore

When the bot joins the network i see this in the party line:

Flood from @*****! !

looks like some problem as: http://forum.egghelp.org/viewtopic.php?t=10109&view
add services to the bot with +f
How do i do that ?
by brood
Fri May 05, 2006 4:35 am
Forum: Script Requests
Topic: news script
Replies: 0
Views: 3180

news script

Im looking for a script what can do someting like this: !addnews <news to ad> #ad news shows in channel: news <nr>: blablabla added to news list !delnews <nr.> #delete news nr.. shows in channel: news <nr>: blablabla deleted from news list !listnews #shows the news list in pm shows in channel: newsl...
by brood
Mon Feb 20, 2006 7:01 pm
Forum: Shell & Bouncer Help
Topic: bwho
Replies: 1
Views: 8452

bwho

hi,

i want to add some users to my bnc, but if they do /bwho they can see which networks/servers me and other ppl are connected to.

Is it possible to disable this? I dont want other users to see to which network/server i'm connected.

Im using psyBNC2.3.2-7

Thanks
by brood
Fri Jan 06, 2006 4:44 pm
Forum: Script Requests
Topic: add set channel
Replies: 17
Views: 7217

add set channel

I want to use a script that gives me and users some commands in the channel. I found lot of them and I think I'm going to use "Op Commands script By xTc^bLiTz" The only problem is my bot is on 2 channels and I want to have the commands work only on 1 channel. So my question is, how can it ...
by brood
Thu Dec 29, 2005 11:40 am
Forum: Scripting Help
Topic: add command to dreamer invite script?
Replies: 7
Views: 10049

Sir_Fz wrote: "Doesn't work" doesn't help you, you probably got an error and didn't bother to post it here. Code: proc del_1 [nick uhost hand args } { should be Code: proc del_1 {nick uhost hand args } { for starters. I notice that type error when I tried it. the error i get is: Tcl error...
by brood
Wed Dec 28, 2005 5:58 pm
Forum: Scripting Help
Topic: add command to dreamer invite script?
Replies: 7
Views: 10049

sorry, it doesnt seem to work :(

but thanks for the response[/code]
by brood
Wed Dec 28, 2005 7:13 am
Forum: Scripting Help
Topic: add command to dreamer invite script?
Replies: 7
Views: 10049

add command to dreamer invite script?

Hi, im using invite script by dreamer ########################################### # # Channel invite 0.1 BETA # Scripted by Dreamer # ########################################### # # Type /msg <botnick> @add <nick> <pass> # to add someone to the database # Type /msg <botnick> @invite <nick> <pass> # ...