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.
Old posts that have not been replied to for several years.
C
Crazy
Post
by Crazy » Tue Aug 26, 2003 10:19 pm
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!
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Wed Aug 27, 2003 12:20 am
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 » Wed Aug 27, 2003 2:42 pm
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?
gumbydammit
Master
Posts: 311 Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:
Post
by gumbydammit » Wed Aug 27, 2003 3:02 pm
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Wed Aug 27, 2003 5:32 pm
# 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 » Wed Aug 27, 2003 7:48 pm
i couldn't get that to work