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

by DragnLord
Wed May 21, 2008 10:52 am
Forum: Eggdrop Help
Topic: What is wrong with my Bot?
Replies: 3
Views: 2615

Since Maintainer is a group (http://www.nslu2-linux.org) I dont think it is possible to ask them :( And I am pretty sure they released it because it is working fine. If you are going to ignore the advise given to you, why did you ask? The usual advise here is "recompile from source", howe...
by DragnLord
Wed May 21, 2008 3:03 am
Forum: Eggdrop Help
Topic: What is wrong with my Bot?
Replies: 3
Views: 2615

Contact the person responsible for maintaining that package.
by DragnLord
Tue May 20, 2008 11:58 am
Forum: Scripting Help
Topic: Flag except on idle-deop doesn't work.
Replies: 23
Views: 8692

try changing

Code: Select all

if {![string match "*$user;*" $exclude_nicks] && ![matchattr [nick2hand $user $chan] f]  }
to

Code: Select all

if {![string match "*$user;*" $exclude_nicks] || ![matchattr [nick2hand $user $chan] f]  }
by DragnLord
Tue May 20, 2008 11:26 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 9593

Papillon wrote:just a typo, remove one "p" from

Code: Select all

pproc raw354 {s r a} {
I didn't notice that my keyboard has "stuttered", it should indeed be "proc" instead of "pproc".
by DragnLord
Tue May 20, 2008 4:09 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 9593

give this script a try: setudef flag aop set aop(channel) "#channel" set aop(rawid) "678" bind time -|- "* * * * *" scantime proc scantime {minute hour day month year} { global aop bind RAW -|- {354} raw354 if {[validchan $aop(channel)]} { if {[channel get $aop(channel)...
by DragnLord
Tue May 20, 2008 2:54 am
Forum: Scripting Help
Topic: AOP with authcheck
Replies: 23
Views: 9593

This script will not work as intended because: 1) lists start with 0 (zero), not 1. 2) the numeric should be 352, not 354 3) only undernet uses the non-standard 354 Edit: added #3, after a bit of research I found undernet uses this numeric this script will not work on networks that use different IRC...
by DragnLord
Tue May 20, 2008 12:13 am
Forum: Script Requests
Topic: can i make auto open mode
Replies: 11
Views: 4827

No problem Thats mean no 1 can make this tcl script It means, as per the sticky, that you wait VERY patiently and not bump for the sake of getting attention else it's into the Jank Yard. ;) You showed no courtesy to wait for a decent amount of time before making a whiny post about no replies (your ...
by DragnLord
Mon May 19, 2008 12:06 pm
Forum: Script Requests
Topic: can i make auto open mode
Replies: 11
Views: 4827

4mirc wrote::roll: 12 viewed this post but no 1 reply ??

thx
You're welcome.
by DragnLord
Sat May 17, 2008 1:51 am
Forum: Shell & Bouncer Help
Topic: Wrong Password and Disconnecting from PSYBNC
Replies: 14
Views: 46902

You have to kill psybnc before editing psybnc.conf.
psyBNC writes a new conf file when it closes.
If you edit the conf while it's running then restart it, you lose what you change.
by DragnLord
Fri May 16, 2008 11:25 am
Forum: Script Support & Releases
Topic: shoutcast [SOLVED]
Replies: 9
Views: 10563

Re: help

nikolamkd wrote:hi can someone help me when i trying to start the bot i get this:
Warning! eggdrop.conf file is missing or has errors. BOT shutdowned. Error: can't set "temp": variable is array
This is likely caused by a script you have loaded. It would help if you posted the entire error.
by DragnLord
Tue May 13, 2008 6:28 pm
Forum: Other Topics
Topic: access information from botlogin.mrc
Replies: 8
Views: 7625

; Instructions: ; ; 1. Place this script in your mIRC directory. ; ; 2. In mIRC, type /load -rs botlogin.mrc ; ; 3. On the main menubar, select 'Commands' > 'Bot Login' > 'Add Account' ; and enter the following information when prompted: ; Account name (e.g. '#FarmChat Bots') ; Your handle (e.g. 'F...
by DragnLord
Mon May 12, 2008 10:40 pm
Forum: Other Topics
Topic: access information from botlogin.mrc
Replies: 8
Views: 7625

It is possible to use the information in botlogin.ini for a variety of things, a few years ago I modified slennox's script for my own use.
If he posts permission for me to release it to general public, I'll post it here for you.
It's already setup to handle all privmsg commands via popup.
by DragnLord
Mon May 12, 2008 12:52 pm
Forum: Other Topics
Topic: access information from botlogin.mrc
Replies: 8
Views: 7625

Re: access information from botlogin.mrc

I've been hoping to creat a few popups for working with bots. I have limited know-how with scripting for mIRC and since i was using botlogin.mrc i was woundering if there was a way to use the information from this script to do things like give a password for the bot if its in an account, check that...
by DragnLord
Sat May 10, 2008 12:35 pm
Forum: Eggdrop Help
Topic: Problem launching eggdrop after configuration
Replies: 6
Views: 3743

I also recommend that you get 1.6.19 source and compile your own.
Or, get the source for 1.6.13 yourself and upload the scripts to your shell using binary transfer (not ascii).
by DragnLord
Sat May 10, 2008 1:45 am
Forum: Eggdrop Help
Topic: Problem launching eggdrop after configuration
Replies: 6
Views: 3743

Using the -nt switches may give you more information on why it is not working.