9 черв 2005, о 6:24, William Scott Lockwood III написав(ла):
Odd. Have you looked at file permissions? Your config is fine.
--
made tven chmod -R a+rw infobot/
nothing changed
any ideas?
Regards,
Scott
---==== [ Alexander S. Suslov ] ===---
Do you have logs? Can you post your .conf to the list?
this is a part of log
[ 102] Splitting incoming address into salex and
~salex@xxxxxxxxxxxxxxxxxxx
[ 103] salex is addressing me
[ 104] msgType:privatequestionWord:addressed:1finalQMark:0X[] verb[]
det[] Y[]result:
[ 105] >salex< excuse me?
[ 106] [salex] die
this is .conf
# the internal name for this bot
ident ZadolbaY
# the nickname we want
wantNick $ident
# the prefix of the dbm files
dbname $ident
# where to put logging info
logfile $dbname.log
plusplus $dbname-karma
# persistant "seen" db
seen $dbname-seen
# do we have an ignore database? uncomment this if not.
ignore $dbname-ignore
commitDBM 5
# Specify an extension which should be added to all database names. By
# default this is empty.
#DBMExt .db
maxKeySize 50
# max length of Y (value or data, the 'right hand side', or 2nd
argument)
maxDataSize 400
acceptUrl OPTIONAL
# IRC-related params
ircuser $ident
realname $ident
server irc.nikolaev.ua
port 6667
allowed_channels #privatbank
# channels to join
# use #channel,key (thanks to tile++) for keyed channels
join_channels #privatbank
addressing OPTIONAL
# shutup TRUE
# ansi screen control is available from 0.32 onwards
# value of 1 means to use ANSI, 0 means generic bold
ansi_control 1
# things we may or may not want to allow. 1 = allow, 0 otherwise.
# do you want to be a desktop calc?
perlMath 1
fortranMath 0
# do you want to allow DNS lookup/Internic/Traceroute?
allowDNS 1
allowTraceroute 1
allowInternic 1
# ord/chr etc
allowConv 1
# tell so-and-so about such-and-such
allowTelling 1
allowUpdate 1
# How much verbage to display on the console
VERBOSITY 10
# the magic hack word to unignore everyone
unignoreWord unignore-everyone
# where configuration and help files and such live, the default is the
# files subdir of the main directory
confdir conf
# my help file. this will get confdir prepended
# you may want to change this to $ident.help
helpfile infobot.help
srcdir src
extradir extras
# within how long of getting the same reply should
# we not respond (irc mode only). in seconds.
repeatIgnoreInterval 8
# in what contexts do we let people make the bot leave a
# channel (this is an or'd list; public private)
allowLeave public
# our user list default file (in miscdir)
# you may want to change this to $ident.users
userList infobot.users
# channel list, specifies options which differ from the defaults, by
# channel.
channelList infobot.channels
# default quit message
quitMsg Bye
# how long does something have to be before we'll just volunteer
# the answer without a question mark, question, or being addressed
minVolunteerLength 8
sanePrefix sane
weather true
metar true
# babelfish translator. jdf++. requires LWP, not included.
babel true
# slashdot headlines. requires LWP, not included. get it from CPAN.
slash true
# insult and excuse servers
insult true
excuse true
wwwsearch update
# general headline-getter. uses RDF. (LotR++)
rss true
# purldoc perl documentation lookup DMasque++, HJ++
purldoc true
purldoc_trigger purldoc
purldoc_max_public 3
# speller. requires the ispell program.
ispell true
#zippy quotes (infobot, yow or infobot, be zippy)
zippy true
# the magic 8ball (divine)
magic8_answers $miscdir/magic8.txt
# exchange rates (exchange 233 DEM to USD)
exchange true
# stock quotes
stockquotes true
|