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.

eggdrop user deop at join channel

General support and discussion of Eggdrop bots.
Post Reply
R
REIS__
Voice
Posts: 2
Joined: Fri Nov 09, 2007 6:25 am

eggdrop user deop at join channel

Post by REIS__ »

[22:28:44] * Saiu: @barriga [asdefit@Eu.sem.mim.nao.existo]
[22:28:44] * Entrou: barriga [asdefit@Eu.sem.mim.nao.existo]
[22:28:44] * Age_2_Ajuda define modo: +o barriga
[22:28:46] * NoIPs define modo: -o barriga
set owner "REIS__"
set admin "REIS__"
set username "Age2"
set realname "www.AgeMania.com.br - Admin: REIS__"
set nick "NoIPs"
set altnick "NoIPs_"
set botpwd "xxx"
set canal "#Age_2_Ajuda"
set my-ip "xxx"

addlang "portuguese"
set nick-len 32

##########################################
### Setar Servidores, porta Padrão :6667 #
##########################################

set servers {
67.43.230.230:6667
}

###############################
## Não altere a partir daqui ##
###############################

# módulos
set dcc-portrange 1024:65535
set mod-path "modules/"
set help-path "help/"
set text-path "text/"
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish

# identificação no nickserv
set init-server {
putserv "nickserv identify $botpwd"
}

# aid
bind notc - "*registrado e protegido*" identify
proc identify {nick uhost hand text dest} {
global botpwd
putserv "NICKSERV IDENTIFY $botpwd"
}

# canal principal
channel add $canal {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
need-unban {
putserv "chanserv unban $canal"
}
}
# modos do canal
channel set $canal -protectops -stopnethack +dontkickops -bitch +autovoice

set net-type 5
listen 4582 all
set userfile "logs/$nick.user"
set chanfile "logs/$nick.chan"
set pidfile "logs/$nick.pid"
set temp-path "/tmp"
loadmodule uptime

set flood-msg 0:0

set console "mkcobxs"

loadmodule transfer
set max-dloads 5
set dcc-block 1024
set copy-to-tmp 1
set xfer-timeout 90
loadmodule filesys
set upload-to-pwd 0
set max-file-users 20
set max-filesize 0
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
unbind dcc n simul *dcc:simul
# Fim

source scripts/addchan.tcl
source scripts/identify.tcl
source scripts/BadwordAjuda.tcl
source scripts/comandos.tcl
eggdrop user deop at join channel
how do I fix this?
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Re: eggdrop user deop at join channel

Post by willyw »

REIS__ wrote: ...
eggdrop user deop at join channel
how do I fix this?
http://www.egghelp.org/faq.htm#100

Also, in the partyline, do:
.help chaninfo
and in the mass of info returned, find
nodesynch

Then, do:
.chaninfo #your_channel
and see what the current setting is for nodesynch.
You'll probably want to change it, with .chanset
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

http://forum.egghelp.org/viewtopic.php?t=18161

You are doing exactly what this other fellow is doing. Why else is that .conf appearing to be from 10 years ago and missing so many options??!

STOP ASKING QUESTIONS ABOUT DEPRECATED EGGDROPS (something not >= 1.6.xx series), USE A MORE CURRENT VERSION THAN SOMETHING FROM 10 YEARS AGO.

perhaps you won't miss the red text above this time. :)

that is all.

/me goes back to hunting squirrels...
R
REIS__
Voice
Posts: 2
Joined: Fri Nov 09, 2007 6:25 am

Post by REIS__ »

Okay, I did the test nodesynch
I enabled it and ran ..
Thanks for the help guys!

:D

tks friends !
Post Reply