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

by eXcel
Thu Mar 08, 2012 11:57 pm
Forum: Eggdrop Help
Topic: Hostmask Formatting
Replies: 0
Views: 3029

Hostmask Formatting

I tried searching the forums but couldn't find exactly what I was looking for, I also tried searching around some of the source files and couldn't find it either. My question is this: How can I change the default format of hostmasks from: *!*name@*.host.com to something like *!*@name.host.com As of ...
by eXcel
Thu May 15, 2008 8:26 pm
Forum: Scripting Help
Topic: [SOLVED]Taking 3 Variables and merging to one
Replies: 4
Views: 2638

Wow, thank you alot. Not only did you fix my problem you explained what my errors were. Thank you very much it was a good learning experience for me :)
by eXcel
Wed May 14, 2008 9:31 pm
Forum: Scripting Help
Topic: [SOLVED]Taking 3 Variables and merging to one
Replies: 4
Views: 2638

Hmm, Well I tried that but still. Heres what i have # MULTICLAN BOT V1 SCRIPTS # # TOPIC SETUP SCRIPT # bind pub o|o .csnews topic_cschange bind pub o|o .cssnews topic_csschange bind pub o|o .h3news topic_h3change bind pub o|o .updatetopic topic_set proc topic_cschange { nick uhost hand chan arg } {...
by eXcel
Wed May 14, 2008 6:42 pm
Forum: Scripting Help
Topic: [SOLVED]Taking 3 Variables and merging to one
Replies: 4
Views: 2638

[SOLVED]Taking 3 Variables and merging to one

Hello, I am trying to get 3 variables to merge to one for chaning a topic. I have this set fulltopic $info_topiccss,$info_topiccs,$info_topich3 putserv "PRIVMSG ChanServ :topic $chan [set fulltopic]" But when I do this I only get the $info_topiccss part and the rest is ignored. How do I ge...
by eXcel
Sun May 11, 2008 5:59 pm
Forum: Eggdrop Help
Topic: Eggdrop Won't run in BackGround
Replies: 6
Views: 8345

So do I just add:

#define HAVE_TCL_THREADS

EDIT that worked

and THANKS SOOO MUCH. <3
by eXcel
Sun May 11, 2008 3:26 pm
Forum: Eggdrop Help
Topic: Eggdrop Won't run in BackGround
Replies: 6
Views: 8345

Eggdrop Won't run in BackGround

Hey, I have a real problem and I cant seem to find the solution anywhere. When I run the bot with ./eggdrop -n it runs fine and connects everything is swell. However, when I do ./eggdrop it runs in the background but it doesnt seem to Connect to the IRC network. I have the user file and everything i...
by eXcel
Tue May 06, 2008 8:18 pm
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21061

Oh ok, thanks a lot. I will let my provider know.

P.S.

Once the ident is running with ./oidentd start all I have to do is run psybnc again (its compiled with OIDENTD) and it will automatically work with OIDENTD correct?
by eXcel
Tue May 06, 2008 4:09 pm
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21061

Ya, I dont have root, im using a shell account. Must I use root to install OIDENTD?

I get this
./oidentd -m -a 66.96.248.104 -i -p 113
Fatal: Unable to setup listening socket
My Provider says that 113 port is not being used but I still cannot open a socket on it. Whats is up? Any Ideas?
by eXcel
Tue May 06, 2008 4:07 pm
Forum: Eggdrop Help
Topic: ERROR: execvp: ./misc/modconfig: Permission denied
Replies: 4
Views: 4904

I tried 'cd .' but to no avail.

I got this compiling: Operating System: Linux 2.6.23.15-80.fc7
by eXcel
Fri May 02, 2008 4:19 pm
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21061

Ok im having problems with the Oidentd.

I get this: Fatal: Couldn't drop privileges. What does that mean and what do I have to do?

Command:
./oidentd -m -u crave -a 66.96.248.104 -i -p 1337

If I used 133 it says could not open socket.
by eXcel
Fri May 02, 2008 3:18 pm
Forum: Eggdrop Help
Topic: ERROR: execvp: ./misc/modconfig: Permission denied
Replies: 4
Views: 4904

ERROR: execvp: ./misc/modconfig: Permission denied

Hey,

When I try to do: make config or make iconfig i get

***@*** [~/**/**]# make config
make: execvp: ./misc/modconfig: Permission denied
make: *** [config] Error 127

What is wrong and why cant I make the config? Is there another way around it? Thanks!
by eXcel
Tue Apr 29, 2008 3:36 pm
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21061

no, do i have to?

and if I was running eggdrop bots and PHP bots would they use oident too?
by eXcel
Mon Apr 28, 2008 8:05 pm
Forum: Shell & Bouncer Help
Topic: psyBNC and Ident
Replies: 9
Views: 21061

psyBNC and Ident

Hey, I am currently running a psyBNC on my shell but i have one little problem. The server im connecting to (GameSurge) needs me to run IDENT for each client connecting. I can't seem to figure out how to get IDENT to run with my psyBNC clients. Any ideas as to how I can do this? (My shell is Linux)....