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

by roughnecks
Wed Apr 13, 2022 7:03 am
Forum: Scripting Help
Topic: Is this actual idle time in #channel or away duration?
Replies: 2
Views: 2289

CrazyCat wrote:The eggdrop only sees your idle on the chan it's on (it uses getchanidle).
Ah, that's it then.
CrazyCat wrote: If you want a real back from away notifier, and if your ircd has ircv3 CAP, I've a small script to manage the away
No, but thanks anyway.
by roughnecks
Tue Apr 12, 2022 9:54 am
Forum: Scripting Help
Topic: Is this actual idle time in #channel or away duration?
Replies: 2
Views: 2289

Is this actual idle time in #channel or away duration?

I've got this script but am not sure how it works related to idle time checking. Is it calculating the time you haven't send a single message to chan or the actual away duration? Trying to explain what I mean: I'm away at night. The next morning I chat on #chan1 where the bot isn't joined and the aw...
by roughnecks
Sun Apr 03, 2022 10:45 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252618

All I'm getting is this:

<~roughnecks> | .news ansa
no news from ansa on "#channel"

No feed in channel, no errors, nothing at all, can someone help?
by roughnecks
Sat Mar 05, 2022 8:22 pm
Forum: Script Requests
Topic: A parser/reporter script for icecast2 servers: need fixing
Replies: 0
Views: 16897

A parser/reporter script for icecast2 servers: need fixing

Hello, this is the script I'm talking about: ###################################################################### #What is this: #Ice2.tcl is a parser/reporter script for Icecast2 internet radio stations. It's slightly similar to Domsen's # shoutcast1.03.tcl script except this is for Icecast2 serv...
by roughnecks
Wed Mar 24, 2010 4:41 pm
Forum: Script Requests
Topic: away status check
Replies: 0
Views: 1635

away status check

Hi, i wonder if anybody has a clue on how to write a simple script that would check if the bot owner is away and notify to people asking for him in channel. I found the full automated away script, but i'd prefer not to send tons of whois, but rather enable this thing only just for the owner, or some...
by roughnecks
Sun Sep 27, 2009 7:05 am
Forum: Eggdrop Help
Topic: nicklen problem
Replies: 6
Views: 5598

nml375 wrote:My best suggestion is to live with shorter handle names, and set nick-len to match your irc network.
indeed.
by roughnecks
Sat Sep 26, 2009 6:01 pm
Forum: Eggdrop Help
Topic: nicklen problem
Replies: 6
Views: 5598

Try "make clean" or "make distclean", then ./configure and the rest... and don't forget the make install (would probably be a good idea to remove all the old eggdrop binaries, just to make sure). I even installed in a new path, after compiling in a new directory. No-way. Thank y...
by roughnecks
Sat Sep 26, 2009 3:58 pm
Forum: Eggdrop Help
Topic: nicklen problem
Replies: 6
Views: 5598

Since the value of handlen is 9, you most likely either failed to edit src/eggdrop.h prior compiling, or make did not notice src/eggdrop.h had been altered, or did not build the dependancy-tree properly. How can i check these things ? I edited eggdrop.h with nano and the code i pasted in the first ...
by roughnecks
Sat Sep 26, 2009 11:06 am
Forum: Eggdrop Help
Topic: nicklen problem
Replies: 6
Views: 5598

nicklen problem

.set handlen Currently: 9 .set handlen 15 Error: can't set "handlen": read-only variable Hi, the eggdrop.conf is set to Network Type 5 nick-len is set to 15 and before compiling eggdrop1.6.19+ctcpfix i changed the handlen to 15 in src/eggdrop.h #define HANDLEN 15 /* valid values 9->NICKMA...
by roughnecks
Sun Apr 12, 2009 10:57 am
Forum: Scripting Help
Topic: changing the mask eggdrop uses to introduce new users
Replies: 1
Views: 2111

changing the mask eggdrop uses to introduce new users

hi, is it possible to have a new user identified by nick!user@*.host, rather than *!user@*.host when the bot adds him/her to the userlist ?

Thanks :roll:
by roughnecks
Fri Apr 10, 2009 11:30 am
Forum: Scripting Help
Topic: command queque
Replies: 2
Views: 2417

before all, thank u.
the reply is simple enough for me:
the help scripts gives a list of all the tcl commands loaded on my eggdrop and each message is a putquick, and they are clearly too many.

I' m going to work on it, trying to reduce the number of putquicks.

Bye 8)
by roughnecks
Fri Apr 10, 2009 10:17 am
Forum: Scripting Help
Topic: command queque
Replies: 2
Views: 2417

command queque

Hi, i have a script that gives info about my bot in this way: putquick "PRIVMSG $nick : Aiuto sui comandi del bot " The problem is that if two or more users ask for the help typing the relative command, the bot gives the info first to one user and then awaits for the script to end before g...
by roughnecks
Mon Apr 06, 2009 9:50 am
Forum: Eggdrop Help
Topic: [SOLVED] "op me !" message
Replies: 1
Views: 2227

[SOLVED] was: "op me! message"

i forgot to set this:

Code: Select all

set opchars "@&~"
into the eggdrop conf

Thanks :)
by roughnecks
Mon Apr 06, 2009 3:43 am
Forum: Eggdrop Help
Topic: [SOLVED] "op me !" message
Replies: 1
Views: 2227

[SOLVED] "op me !" message

hi, i have this problem, that the bot keeps asking for op in channel even if..

mode change '+ao botnick by ChanServ!Services@...

This thing happens adding the bot to the sop list only.

Is there something to do ?
by roughnecks
Mon Dec 22, 2008 6:24 am
Forum: Script Support & Releases
Topic: dlearn && IRC max message lenght
Replies: 4
Views: 4656

Sir_Fz wrote:Check this out.
Thanks, i'm working on that.