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.

wrong ident

General support and discussion of Eggdrop bots.
Post Reply
User avatar
devilsoulblack
Halfop
Posts: 62
Joined: Wed Nov 19, 2003 9:18 pm
Location: Chile
Contact:

wrong ident

Post by devilsoulblack »

a have thi issues

Machala H@ [U2FsdGVkX@srv.eth0.1.backup.gye.orenses.org :0

my eggdrop get [U2FsdGVkX ident but a define that info in eggdrop.conf

set username "machala"

now that ident recieve the eggdrop whe used ip adress public but when use local ip the ident its that one a define in eggdrop.conf ' set username "machala" '


any one know what happen ?
---------
Add [SOLVED] to the thread title if your issue has been.
Search - FAQ
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Edit eggdrop.conf:

Code: Select all

proc evnt:init_server {type} {
  global botnick
  putquick "MODE $botnick +i-wsx"
}
Notice the 'x', that will remove the crap the Network IRCd replaces in your bots hostmask.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
devilsoulblack
Halfop
Posts: 62
Joined: Wed Nov 19, 2003 9:18 pm
Location: Chile
Contact:

Post by devilsoulblack »

thanks Alchera for reply

i edit my eggdrop.conf and put your code but i have the same thing :(

* Quits: Machala ([U2FsdGVkX@srv.eth0.1.backup.gye.orenses.org) (Client closed connection)

* Joins: Machala ([U2FsdGVkX@srv.eth0.1.backup.gye.orenses.org)

here its my eggdrop.conf

Code: Select all

#! /home/aandaluz/Machala/eggdrop

set username "machala"
set admin "OpTimuS <email: devilsoulblack@gmail.com>"
set network "DALnet"

set timezone "EST"
set offset "5"
set env(TZ) "$timezone $offset"

set my-hostname "srv.eth0.1.backup.gye.orenses.org"
set my-ip "200.110.68.195"

set max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 0
logfile jpk #Machala "/home/aandaluz/Machala/logs/machala.log"
set log-time 1
set keep-all-logs 1
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 0

set console "mkcobxs"
set userfile "Eggdrop.user"
set pidfile "pid.Eggdrop"

set sort-users 0
set help-path "help/"
set text-path "text/"
set temp-path "/tmp"
set motd "text/motd"
set telnet-banner "text/banner"
set userfile-perm 0600


#set botnet-nick "Dulcita_"
listen 4533 all
set remote-boots 2
set share-unlinks 1
set protect-telnet 0
set dcc-sanitycheck 0
set ident-timeout 5
set require-p 0
set open-telnets 0
set stealth-telnets 0
set use-telnet-banner 0
set connect-timeout 15

set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15

set ignore-time 15
set hourly-updates 00

##################
# Nick Admiinstrador
##################

set owner "DevilSoulBlacK"
set notify-newusers "$owner"
set default-flags "hp"
set die-on-sighup 0

set die-on-sigterm 1
set must-be-owner 1
set max-dcc 50
set enable-simul 1
set allow-dk-cmds 1
set dupwait-timeout 5

set mod-path "modules/"

loadmodule dns
loadmodule channels

set chanfile "Eggdrop.chan"
set force-expire 0
set share-greet 0
set use-info 1

set global-flood-chan 5:10
set global-flood-deop 4:10
set global-flood-kick 4:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 90
set global-exempt-time 60
set global-invite-time 60

set global-chanset {
        +autoop         -autovoice
        -bitch          +cycle
        +dontkickops    +dynamicbans
        +dynamicexempts +dynamicinvites
        -enforcebans    +greet
        -inactive       -nodesynch
        -protectfriends +protectops
        +revenge        +revengebot
        -secret         -seen
        +shared         +statuslog
        +userbans       +userexempts
        +userinvites    -protecthalfops
        -autohalfop
}

loadmodule server
loadmodule transfer
loadmodule share

set net-type 3

#############
# Nick del
# Eggdrop
#############

set nick "Machala"
set altnick "DarkneZ"
set realname "Freedom is the right of all sentient beings"
#set init-server { putserv "MODE $botnick +Ri-ws" }
proc evnt:init_server {type} {
  global botnick
  putquick "MODE $botnick +i-wsx"
}
set default-port 6667
set servers {
  punch.va.us.dal.net:6667
  rumble.dal.net:6667
  dalnet.hotspeed.com:6667
  redemption.ix.us.dal.net:6667
  mesra.dal.net:6667
  hotspeed.dal.net:6667
  jade.dal.net:6667
  broadway.ny.us.dal.net:6667
  jingo.ix.us.dal.net:6667
  loyalty.ix.us.dal.net:6667
  masters.ix.us.dal.net:6667
  matrix.de.eu.dal.net:6667
  redemption.ix.us.dal.net:6667
}
set keep-nick 1
set strict-host 0
set quiet-reject 1

set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 50:60
set flood-ctcp 3:60
set never-give-up 1
set strict-servernames 0
set server-cycle-wait 60
set server-timeout 60
set servlimit 0

set check-stoned 1
set use-console-r 0
set debug-output 0
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set double-mode 0
set double-server 0
set double-help 0
set optimize-kicks 1
set stack-limit 4


loadmodule ctcp
#### CTCP MODULE ####
loadmodule ctcp
set ctcp-mode 0
set ctcp-version "DeVilSoulBlacK Diary of a Madman -= www.devilsoulblack.com =-"
set ctcp-finger "DeVilSoulBlacK Diary of a Madman -= www.devilsoulblack.com =-"
set ctcp-userinfo "DeVilSoulBlacK Diary of a Madman -= www.devilsoulblack.com =-"

loadmodule irc
set bounce-bans 1
set bounce-modes 0
set max-bans 20
set max-modes 30
set kick-fun 0
set ban-fun 0
set learn-users 0
set wait-split 600
set wait-info 180
set mode-buf-length 200
set no-chanrec-info 0

set bounce-exempts 0
set bounce-invites 0
set max-exempts 20
set max-invites 20
#set use-exempts 0
#set use-invites 0
set prevent-mixing 1

#set kick-method 1
#set modes-per-line 3
#set include-lk 1
#set use-354 0
#set rfc-compliant 1


#loadmodule transfer
set max-dloads 3
set dcc-block 1024
set copy-to-tmp 1
set xfer-timeout 30

#loadmodule share
#set allow-resync 0
#set resync-time 900
#set private-global 0
#set private-globals "mnot"
#set private-user 0
#set override-bots 0

#loadmodule compress
set share-compressed 1
#set compress-level 9

#loadmodule filesys
set files-path "/home/mydir/filesys"
set incoming-path "/home/mydir/filesys/incoming"
set upload-to-pwd 0
set filedb-path ""
set max-file-users 20
set max-filesize 1024

loadmodule notes
set notefile "Eggdrop.notes"
set max-notes 50
set note-life 60
set allow-fwd 0
set notify-users 1
set notify-onjoin 1

loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0


loadmodule blowfish

#loadmodule assoc
#loadmodule wire

##### SCRIPTS #####
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
source scripts/ass.tcl
source scripts/bseen1.4.2.tcl
#source scripts/rssnews.tcl
source scripts/dalops.tcl
source scripts/egghttp.tcl
source scripts/multi-onjoin.tcl
source scripts/maxvisitors101.tcl
source scripts/googlescore.tcl
source scripts/egghttp.tcl
#source scripts/timer.tcl
source scripts/rss-synd.tcl
source scripts/shoutcast1.03.tcl
source scripts/advchan0.4.tcl
loadhelp userinfo.help
---------
Add [SOLVED] to the thread title if your issue has been.
Search - FAQ
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I have a bot on one of those annoying networks and '-x' works but they support +/-x .. you had better check your network.

Edit: I just noticed you seem to be using one of those shell generated things.

Edit your conf and make sure the following is included in its' entirety.

Code: Select all

# 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 +iR-wsx"
}
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
devilsoulblack
Halfop
Posts: 62
Joined: Wed Nov 19, 2003 9:18 pm
Location: Chile
Contact:

Post by devilsoulblack »

the network its DAL.net
---------
Add [SOLVED] to the thread title if your issue has been.
Search - FAQ
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

DALnet (Bahamut) does not support user mode +/i-x.

Please select your vhosts carefully. Check with your shell admin.

eggdrop.conf:
# If you're using virtual hosting (your machine has more than 1 IP), you
# may want to specify the particular IP to bind to. You can specify either
# by hostname or by IP. You may also want to set the hostname here if
# Eggdrop has trouble detecting it when it starts up.
#set my-hostname "virtual.host.com"
#set my-ip "99.99.0.0"
Edit: Also, the "set username" setting refers to the account name on the shell. It is picked up when the bot is started; they should match.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
devilsoulblack
Halfop
Posts: 62
Joined: Wed Nov 19, 2003 9:18 pm
Location: Chile
Contact:

Post by devilsoulblack »

Alchera wrote:DALnet (Bahamut) does not support user mode +/i-x.

Please select your vhosts carefully. Check with your shell admin.

eggdrop.conf:
# If you're using virtual hosting (your machine has more than 1 IP), you
# may want to specify the particular IP to bind to. You can specify either
# by hostname or by IP. You may also want to set the hostname here if
# Eggdrop has trouble detecting it when it starts up.
#set my-hostname "virtual.host.com"
#set my-ip "99.99.0.0"
Edit: Also, the "set username" setting refers to the account name on the shell. It is picked up when the bot is started; they should match.
i run that eggdrop in a one server off my work, that server have 2 ips , 1 its local ip 192.168.x.x and the public ip a made the change a put

putquick "MODE $botnick -wsx"


but its the same


a edit the username and its the same
---------
Add [SOLVED] to the thread title if your issue has been.
Search - FAQ
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 not a DALnet issue. It's all to do with the name of the account on the box the eggdrop is being launched from.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

username and ident are two different things

FireEgl made a tcl script (winident) for windrops that allows people to set an ident response, however it does not work for eggdrop running on a UNIX-like operating system.
Post Reply