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.

Changing Usermode on Server for Eggdrop

Old posts that have not been replied to for several years.
Locked
R
ReTyPe

Changing Usermode on Server for Eggdrop

Post by ReTyPe »

i just dont know how to do it

i tried everything

can someone pls help me ?
i tried also with .tcl from dcc chat but it always is wrong
i just dont get it.
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

.tcl putserv "MODE $botnick <modes>"
or .dump MODE <bot's nick> <modes>

Wcc
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Also look in the cofnig file for the "set init-server" setting.

This comes as default with an example.
R
ReTyPe

Post by ReTyPe »

thx that init server commands i can also use to identify to nickserv

but i would rather have a script that he identifies when nickserv says

this nick is registered and protected
because services split a lot

and every five minutes i get a stupid channel report
[12:05] +#channel (+tn) : [m/5 o/2 v/1 n/2 b/0 e/- I/-]

how to disable that ?? sth with console ??
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Set each channel ".chanset #channel -statuslog"

There are many nickserv scripts in the tcl archive
d
dotcomUNDERGROUND

NickServ identify

Post by dotcomUNDERGROUND »

there are lots of scripts available to identify to nickserv.

if you are on DALnet u may try Dalnet-1.1.tcl

search the script archives

if you are not on DALnet u might need some modifications.

just edit the following part according to your service notices.
bind notc - "*This nick is owned by someone else*" nickserv
bind notc - "*Password accepted*" pass_accepted
bind mode - * mode_proc
Locked