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.

Hi, Can you help?

Old posts that have not been replied to for several years.
Locked
C
Crazy

Hi, Can you help?

Post by Crazy »

Hi.

I was curious.......... can I set mode -s for my eggdrop?

like on normal mirc it's //mode $me -s

i want to be able to do that for my eggie, so the server notices don't bog it down.

Thanks!
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

First, check the "set init-server" in the .conf file if you don't want it to set the +s mode on connect, second, if you do have owner access to it you can make it *dump* that command like: .dump mode botnick -s .. do replace botnick with it's actual nick.
Once the game is over, the king and the pawn go back in the same box.
C
Crazy

Post by Crazy »

I couldn't find a "set init-server" in the conf file. I tried the .dump mode botnick -s it worked........i did a .save is there a more permanent way?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

in eggdrop 1.6.15 its a little proc in the conf file... look for evnt:init_server proc in the server module..
a.k.a. hellios
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server

proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
C
Crazy

Post by Crazy »

i couldn't get that to work
Locked