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.

Help need plz .. config problem .. doesnt join chan :S

Old posts that have not been replied to for several years.
Locked
m
madyz

Help need plz .. config problem .. doesnt join chan :S

Post by madyz »

hmm
i am using thiss config:

Code: Select all

##### BASIC SETTINGS #####

set username "Clanbot"
set admin "madyz <email: admin@clanfxp.net>"
set network "irc.undernet.org"
set timezone "EST"
set offset "5"

##### LOG FILES #####
set max-logs 5
set max-logsize 0
set quick-logs 0
logfile mco * "logs/eggdrop.log"
logfile jpk #clanfxp "logs/lamest.log"
set log-time 1
set keep-all-logs 0
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 0

##### CONSOLE #####
set console "mkcobxs"


##### FILES AND DIRECTORIES #####
set userfile "Clanbot.user"
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
listen 3333 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


##### MORE ADVANCED SETTINGS #####

set ignore-time 15
set hourly-updates 00
set notify-newusers "$owner"
set default-flags "hp"
set whois-fields "url birthday"
set die-on-sighup 0
set die-on-sigterm 1
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
set must-be-owner 1
unbind dcc n simul *dcc:simul
set max-dcc 50
set enable-simul 1
set allow-dk-cmds 1
set dupwait-timeout 5

##### MODULES #####
set mod-path "modules/"


#### DNS MODULE ####
loadmodule dns

#### CHANNELS MODULE ####
loadmodule channels
set chanfile "Clanbot.chan"
set force-expire 0
set share-greet 0
set use-info 1
set global-flood-chan 10:60
set global-flood-deop 3:10
set global-flood-kick 3: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 1
set global-ban-time 120
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
}

#### SERVER MODULE ####
loadmodule server
set net-type 2
set nick "Clanbot"
set altnick "Clanbot2"
set realname "madyz ownz me"
set init-server { putserv "MODE $botnick +i-ws" }
set default-port 6667
set servers {
  irc.undernet.org:6667
  eu.undernet.org:6667
  us.undernet.org:6667
}
set keep-nick 1
set strict-host 0
set quiet-reject 1
set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 5: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

#### CTCP MODULE ####
loadmodule ctcp
set ctcp-mode 0

#### IRC MODULE ####
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
unbind msg - ident *msg:ident
unbind msg - addhost *msg:addhost
set no-chanrec-info 0
set bounce-exempts 0
set bounce-invites 0
set max-exempts 20
set max-invites 20
set prevent-mixing 1

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

#### SHARE MODULE ####
#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

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

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

#### NOTES MODULE ####
loadmodule notes
set notefile "Clanbot.notes"
set max-notes 50
set note-life 60
set allow-fwd 0
set notify-users 1
set notify-onjoin 1

#### CONSOLE MODULE ####
loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0

#### WOOBIE MODULE ####
#loadmodule woobie

#### SEEN MODULE ####
loadmodule seen

#### BLOWFISH MODULE ####
loadmodule blowfish

#### ASSOC MODULE ####
loadmodule assoc

#### WIRE MODULE ####

loadmodule wire

#### UPTIME MODULE ####
loadmodule uptime

##### SCRIPTS #####

# This is a good place to load scripts to use with your bot.

# This line loads script.tcl from the scripts directory inside your Eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl

source scripts/alltools.tcl
source scripts/action.fix.tcl

# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl

# This script provides many useful informational functions, like setting
# users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add
# extra entries.
source scripts/userinfo.tcl
loadhelp userinfo.help
my bot connect to undernet and yes when i say hello at the first time it was ok but i dunno why i doesnt chat with me now and why it doesnt join the default # that i set it :x
any help ?:P
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

did you change your host after you did the "hello" ? because if you did, then the bot will not recoginze you as its owner, thus it will not respond to your request.

as for joining the default channel, you didn't set a default channel in your .conf (channel add #channel { bla bla... }), if you did a .+chan #channel then it should join the #channel.

telnet the bot and add a new host into your handle so it will recognize you on IRC.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Get a more decent .conf file and do your settings by reading the comments. Also, the learn-users and open-telnets are set to 0, this means that he won't learn new users via hello msg or via NEW on telnet. As for your channel.. doh! you haven't added one to the .conf file.. doh! get a decent .conf file as I've sugested.
Once the game is over, the king and the pawn go back in the same box.
m
madyz

Post by madyz »

where i can get more decent .conf ?
well.. i am very new to this things .. actually i bought a domain and i ve asked my hoster if i could run a bnc and he didnt know what is this .. well i can run a bnc and eggdrop with no help :S
well..
my channel is #clanfxp
can someone eplain me what to put in the config file?

Sir_Fz: .. no i didnt change my host :S
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

One that comes with the eggdrop will do fine. Get one and read the comments and you'll find yourself the answer you are looking for..
Once the game is over, the king and the pawn go back in the same box.
m
madyz

Post by madyz »

:-?
<-psyBNC> WARNING ! Move the file salt.h from the shell to a safe place
i should delete this ?
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Yes you can delete it if you wish. i always have done for years without a problem. :wink:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

^DooM^ wrote:Yes you can delete it if you wish. i always have done for years without a problem. :wink:
nice to know that i always just rename it ;)
m
madyz

Post by madyz »

where is this file ? :-?
i search for it and i cant find it :x
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

in your psybnc directroy. anyway that's not an eggdrop problem :p
m
madyz

Post by madyz »

lol
yes sorry .. :-?
Locked