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

by l8night
Sat Dec 22, 2007 12:58 am
Forum: Scripting Help
Topic: how to grab text from a channl and put it into list or var
Replies: 1
Views: 1835

how to grab text from a channl and put it into list or var

Hi,

Can someone tell me how to grab text from a channel and throw into a variable or a list? Say a command outputs " there are 5 left"
and I use the pubm event to know when that happens, how do i then grab that output and put it into variable.


Regards Jeff
by l8night
Fri Dec 21, 2007 8:44 pm
Forum: Scripting Help
Topic: Quesation: Is it possible to do this with a TCL script?
Replies: 8
Views: 3778

This is what I have so far: bind time - "05 05 * * *" proc:putquick proc proc:putquick {} { putquick "howold l8night" } bind pubm - At the moment there are * accounts older then l8night proc:gettext proc proc:gettext {} {} I want to put the value represented by the * in a variabl...
by l8night
Fri Dec 21, 2007 1:37 am
Forum: Scripting Help
Topic: Quesation: Is it possible to do this with a TCL script?
Replies: 8
Views: 3778

Thanks a lot!! I'll take your suggestions and attempt to write my self a script.

I'll let you know how things go. Thanks again

Jeff
by l8night
Thu Dec 20, 2007 7:26 pm
Forum: Scripting Help
Topic: Quesation: Is it possible to do this with a TCL script?
Replies: 8
Views: 3778

ok ... I hope this makes since to you. I'm going to go and check the age of the account right now by going to this irc channel and typing in the command howold myaccountname . This is the output that I got , At the moment there are 191 accounts older then "myaccount". That is how the age o...
by l8night
Thu Dec 20, 2007 1:52 am
Forum: Scripting Help
Topic: Quesation: Is it possible to do this with a TCL script?
Replies: 8
Views: 3778

The age of the account is determined like this---- There can only be 300 accounts total on the shell server. You sign up for an account and there are 299 accounts older than yours. another person gets an account and now there's 298 accounts older than yours, when there are 0 accounts older than your...
by l8night
Wed Dec 19, 2007 9:00 pm
Forum: Scripting Help
Topic: Quesation: Is it possible to do this with a TCL script?
Replies: 8
Views: 3778

Quesation: Is it possible to do this with a TCL script?

Hi, I'm new to tcl scripting and have an idea for a script, and I would just like to know if it is even possible before I attempt to write it. Scenario: I have a shell account that will get deleted if it is the oldest of 300 accounts. To check how old your account is you simply go to a certain IRC c...
by l8night
Wed Dec 19, 2007 5:50 pm
Forum: Eggdrop Help
Topic: Can someone please help setup my bot.
Replies: 12
Views: 11404

Thanks!!

You all are awesome.


Jeff
by l8night
Wed Dec 19, 2007 2:56 am
Forum: Eggdrop Help
Topic: Can someone please help setup my bot.
Replies: 12
Views: 11404

I'm trying to dcc chat with my bot but it's never connecting. Do you think it has something to do with me not having any scripts? or is it a setting I don't have. When I type /msg botname hello nothing happens. could someone direct me to a setting that I need to change? In the meantime I'm going to ...
by l8night
Wed Dec 19, 2007 2:16 am
Forum: Eggdrop Help
Topic: Can someone please help setup my bot.
Replies: 12
Views: 11404

WOOOHOOO!!! Finally got my bot to show up. Thanks a lot for the help!! Now I can venture into the other parts of the forums = P. The only thing that I didn't get loaded was the scripts that are at the end of the .conf file, since there are no scripts on the shell server. Now to start playing around ...
by l8night
Tue Dec 18, 2007 2:53 am
Forum: Eggdrop Help
Topic: Can someone please help setup my bot.
Replies: 12
Views: 11404

Hello again Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads [01:42] --- Loading eggdrop v1.6.18 (Tue Dec 18 2007) [02:42] Can't load modules dns: /home/l8night/modules/dns.so: cannot open shared object file: No such file or directory [02:42] Can't load modules channels: /home/l8night/module...
by l8night
Mon Dec 17, 2007 9:40 pm
Forum: Eggdrop Help
Topic: Can someone please help setup my bot.
Replies: 12
Views: 11404

ummm ... I skipped over most of setting up my eggdrop since it's pre-installed in my shell so the only thing I really need to do is configure it and run it. I was sure I read most of the relevant stuff in the .conf file, found the line with the DIE command, but I need to really read it top to bottom...
by l8night
Mon Dec 17, 2007 8:53 pm
Forum: Eggdrop Help
Topic: Can someone please help setup my bot.
Replies: 12
Views: 11404

Can someone please help setup my bot.

Hi, Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads [19:37] --- Loading eggdrop v1.6.18 (Mon Dec 17 2007) [19:37] * Please make sure you edit your config file completely. This is all I get when I run eggdrop -m eggdrop.conf & my bot never shows up in IRC. I'm really new to irc and eggdr...