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

by Linux
Wed Apr 07, 2010 8:31 am
Forum: Script Requests
Topic: Selection of news on a site
Replies: 14
Views: 7755

Code: Select all

Tcl error [throttleclean_]: invalid command name "throttleclean_"
by Linux
Tue Apr 06, 2010 5:45 pm
Forum: Script Requests
Topic: [SOLVED] Display web topics on the channel
Replies: 0
Views: 1465

[SOLVED] Display web topics on the channel

Hi :)
I was Looking for a tcl, to publish web topics to irc and found one, thanks.
by Linux
Sun Feb 25, 2007 8:13 pm
Forum: Script Requests
Topic: ignore script for privmsg
Replies: 8
Views: 4542

Hi I need ignore script for my eggdrop. I want to my eggdrop ignore privatemgs from specyfic user/host/nick ... Can u do that ? & Thx but this script is to complicated and i dont need that on my channel. I just need simple script that ignore ppl who i add by host or nick or something :) .help +...
by Linux
Sun Feb 25, 2007 7:49 pm
Forum: Script Requests
Topic: kick script [Solved]
Replies: 25
Views: 11426

Replace:

Code: Select all

if {![onchan $n $::channel(A)]} { 
From:

Code: Select all

if {![onchan $nick $::channel(A)]} {
(PS: Not Checked, try your luck.)
by Linux
Sun Feb 25, 2007 7:26 pm
Forum: Eggdrop Help
Topic: about identify
Replies: 20
Views: 11569

Try this if you want to login your nickname via NickServ.
ADD this into your .conf file,

Code: Select all

proc evnt:init_server {type} {
  global botnick
  putquick "MODE $botnick +i-ws"
  putquick "IDENTIFY <nickname> <your-password>"
}
Regards.
by Linux
Fri Oct 06, 2006 12:39 pm
Forum: Scripting Help
Topic: TCL script Help
Replies: 35
Views: 18722

@Linux: With that code, you'd have to be both opped and halfopped + have ol flags. If you read my post again i will be very thankful, one thing i would like to tell you; Usage: '||' = OR '&&' = AND If users are added in the Bot as Op/Halfop then it is NOT nesassary to be OP(@) or Halfop(%) ...
by Linux
Fri Oct 06, 2006 12:52 am
Forum: Scripting Help
Topic: TCL script Help
Replies: 35
Views: 18722

seems to work only prob now is the chanel owner can only do it and not any1 with half ops or above :( thanks & this worked fine til i reinstalled eggdrop no it just dont work.... it will work if i remove if {![matchattr $h o|o $c] || ![isop $n $c]} { return } or dragons one :( any ideas All i o...
by Linux
Wed Oct 04, 2006 11:43 pm
Forum: Eggdrop Help
Topic: Eggdrop background problem
Replies: 3
Views: 2963

Re: Eggdrop background problem

Hi The eggdrop runs with -nt parameter normal, but without -nt parameter the eggdrop doesn´t connect to the irc server. Telnet connection only work with -nt parameter. Without -nt parameter, telnet only shows this: Trying x.x.x.x... Connected to x.x.x.x. Escape character is '^]'. Hope somone can he...
by Linux
Fri Jun 30, 2006 2:10 am
Forum: Other Topics
Topic: Subforum: Script Support & Releases
Replies: 5
Views: 3510

One forum for Support & Releases is much better then to divided this into two parts. By one forum it is easy to view the problems and errors facing by users in new releases and also supported for more modifications. :)
by Linux
Tue Dec 06, 2005 4:39 pm
Forum: Other Topics
Topic: Multi-language
Replies: 9
Views: 5121

Alchera wrote:I will restate the obvious (again):

forum.egghelp.org is an International site and therefore English is the primary language.
an affirmative argument. :)
by Linux
Sat Dec 03, 2005 2:48 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 210258

Match characters

Match characters Bindings allow match characters in the arguments. Here are few special characters: ? matches any single character * matches 0 or more characters of any type % matches 0 or more non-space characters (can be used to match a single word) ~ matches 1 or more space characters (can be us...
by Linux
Sat Dec 03, 2005 2:11 am
Forum: Eggdrop Help
Topic: Logging what the eggdrop says
Replies: 10
Views: 16887

dusk wrote:Sorry to have post a reply.....not all of us know everything.....
aww...
its ok mate, don't be sad :) we all are learning from each others. *cheers* heh..
by Linux
Sat Dec 03, 2005 1:26 am
Forum: Other Topics
Topic: Multi-language
Replies: 9
Views: 5121

There are no restriction about Languages on this forum, i guess. Everyone is welcome here. :)
by Linux
Sat Dec 03, 2005 1:21 am
Forum: Eggdrop Help
Topic: Logging what the eggdrop says
Replies: 10
Views: 16887

# c - commands

is above quote visible to you? (atleast read the manual)

Code: Select all

logfile cp #channel "logs/channel.log"
by Linux
Sat Dec 03, 2005 12:25 am
Forum: Eggdrop Help
Topic: Logging what the eggdrop says
Replies: 10
Views: 16887

Little remark....... does the bot log the messages it posts itself on the chan? Could be I've misunderstood the posters drive : Hi ! Anyone know how to log what my bot says in the channels ? GRTZ logfile p #channel "logs/channel.log" anyone who say a single word on #channel it will logged...