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

by Pyr0
Sun Sep 21, 2003 12:46 pm
Forum: Archive
Topic: Eggdrop Control Panel
Replies: 7
Views: 3496

Yeah, I've ran into a couple problems. First: Should the control panel be on the same server as the eggdrop or not? For now, I'll develop it with in mind it will be on the same server. Maybe in the future I will have the ability for it to be on a different server. Second: Running/restarting the eggd...
by Pyr0
Sat Sep 20, 2003 7:23 pm
Forum: Archive
Topic: Eggdrop Control Panel
Replies: 7
Views: 3496

Eggdrop Control Panel

I'm currently working on a web based control panel to help set up an eggdrop. The main idea is to have an easy way to set the config, add/remove users, and a few other aspects. It's currently being developed using PHP and perhaps MySQL. My question is, has anything like this been done before? And is...
by Pyr0
Thu Apr 10, 2003 12:53 am
Forum: Archive
Topic: 2 bots, 1 script?
Replies: 4
Views: 992

Where do I get the modified server.mod for it?
by Pyr0
Sun Apr 06, 2003 12:34 am
Forum: Archive
Topic: 2 bots, 1 script?
Replies: 4
Views: 992

2 bots, 1 script?

I have 2 bots on 2 different networks, I'm looking for a script in which the bots can transfer chat to each other and echo it to specified channels. Say Bot1(Efnet) in #test and Bot2(DALnet) in #test. Is there any script that could transfer chat from Bot1 to Bot2. Tester(Efnet): test Bot2(DALnet): <...
by Pyr0
Sun Feb 02, 2003 12:35 pm
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

The thing that makes me wonder is, it worked before... Upon reading your post over, I believe we are having two different problems. My problem is that I want the eggdrop to have the "!" as you call it. It's quite funny infact, because the eggdrop doesn't recognize the +o yet when I go to d...
by Pyr0
Fri Jan 31, 2003 11:48 pm
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

Nope, haven't gotten a fix.
by Pyr0
Fri Jan 24, 2003 11:08 pm
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

Both handlen and nicklen have been on 32
by Pyr0
Thu Jan 23, 2003 9:07 pm
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

Isn't Nicklen set at 32 by default?
by Pyr0
Thu Jan 23, 2003 8:33 pm
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

I've been running with handlen 32. The 9 just annoys me. BTW, I'ved tried this with Eggdrop 1.6.13 and Eggdrop 1.6.14, along with default and 32 handlen.
by Pyr0
Thu Jan 23, 2003 1:28 am
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

I'd hate to bring this topoic back up again, but I think it might affect a lot of users.

It started during an upgrade of the Unreal IRCd. The network I'm running on is Unreal3.1.5.1-Valek.

My question is: How does eggdrop recogize it has been opped? From there may lead an answer to my dillema.
by Pyr0
Mon Jan 20, 2003 4:53 pm
Forum: Archive
Topic: Grabbing a certain line on a file?
Replies: 6
Views: 1596

set file [open "|lynx -source http://64.246.38.123:9061/admin.cgi?pass=pass&mode=viewxml" r] set html $file set html "[string trimleft html "<AIM>"]" set html "[string trimright html "</AIM>"]" putserv "PRIVMSG $chan : 9,1\[\ \0030Your curr...
by Pyr0
Mon Jan 20, 2003 12:05 am
Forum: Archive
Topic: Grabbing a certain line on a file?
Replies: 6
Views: 1596

if {[string match "<AIM>*" $line]} { regsub -all "<AIM>" $line "" line regsub -all "</AIM>" $line "" line putserv "PRIVMSG $chan : $line" } I tried that but it didn't work. Outputted blank if I remember.
by Pyr0
Sun Jan 19, 2003 4:30 pm
Forum: Archive
Topic: Grabbing a certain line on a file?
Replies: 6
Views: 1596

Grabbing a certain line on a file?

proc dj {nick host hand chan arg} { global radio_url listener kbps song mlister set file [open "|lynx http://64.246.38.123:9061/admin.cgi?pass=passgoeshere&mode=viewxml" r] set html "[gets $file]" But I have no clue what to do next. I want it to grab the 16th line on the xml...
by Pyr0
Sat Jan 18, 2003 11:59 pm
Forum: Archive
Topic: Shoutcast TCL Script
Replies: 4
Views: 1710

Link doesn't work..
by Pyr0
Tue Jan 14, 2003 1:01 am
Forum: Archive
Topic: Bot not recognizing it's opped
Replies: 26
Views: 6182

*Bump*
Anyone have any clues?