]> git.donarmstrong.com Git - infobot.git/log
infobot.git
23 years agoupdated
dms [Sat, 28 Apr 2001 14:58:59 +0000 (14:58 +0000)]
updated

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@467 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agohookMode: change chan to nick. if deopped by chanserv, check it
dms [Sat, 28 Apr 2001 14:04:44 +0000 (14:04 +0000)]
hookMode: change chan to nick.  if deopped by chanserv, check it
dont change channel limits during netsplit.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@466 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago"~forget blah" now works. thanks to ElectricElf
dms [Thu, 26 Apr 2001 14:37:28 +0000 (14:37 +0000)]
"~forget blah" now works. thanks to ElectricElf
documented user flags
public/private/notice send limit now configurable. thanks to EE
added "countrystats" command.
"blootbot: are you fixed now? :)" -- fixed. found by greycat
use hasParam instead of IsParam in UserExtra.pl/userCommands()
command "ord" handling fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@465 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofix more warnings
dms [Tue, 24 Apr 2001 12:58:49 +0000 (12:58 +0000)]
fix more warnings
set $ident in nick()

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@464 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoallow join to join irrelevent of being on chan
dms [Mon, 23 Apr 2001 12:14:04 +0000 (12:14 +0000)]
allow join to join irrelevent of being on chan
chanstats: count stats if exist - make perl happy
misc cleanup of status()
add time taken to join all channels, useless stats.
disable notify code
leakCheck: show stats on hash chanstats
mkBackup: show age of file.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@463 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofix on_targettoofast once and for all, hopefully.
dms [Sun, 22 Apr 2001 14:58:05 +0000 (14:58 +0000)]
fix on_targettoofast once and for all, hopefully.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@462 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomake sure chanstats don't flood
dms [Sun, 22 Apr 2001 14:01:21 +0000 (14:01 +0000)]
make sure chanstats don't flood
don't throttle if it's a perl warn message

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@461 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agowoops... forgot this aswell
dms [Sun, 22 Apr 2001 13:52:48 +0000 (13:52 +0000)]
woops... forgot this aswell

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@460 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodisabled literal if factoid is requested via /msg by author; use literal
dms [Sun, 22 Apr 2001 13:48:09 +0000 (13:48 +0000)]
disabled literal if factoid is requested via /msg by author; use literal
instead

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@459 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodon't call chanservcheck in joinnextchan
dms [Sun, 22 Apr 2001 12:25:06 +0000 (12:25 +0000)]
don't call chanservcheck in joinnextchan
call chanservcheck in on_endofnames
ircCheck "resets" itself if it thinks so

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@458 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agopart now warns if we're on a channel - allow it anyway.
dms [Sun, 22 Apr 2001 12:17:02 +0000 (12:17 +0000)]
part now warns if we're on a channel - allow it anyway.
added "reset" to DCC CHAT

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@457 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agotodo list, for those who want to know what "new" features will be coming
dms [Sat, 21 Apr 2001 14:37:37 +0000 (14:37 +0000)]
todo list, for those who want to know what "new" features will be coming

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@456 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agowe didn't set modified_time for deleted factoids - fixed
dms [Fri, 20 Apr 2001 13:27:04 +0000 (13:27 +0000)]
we didn't set modified_time for deleted factoids - fixed
also... if final delete factoid list is >50... don't do it!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@455 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agochagned notice lines/sec to 3
dms [Fri, 20 Apr 2001 13:16:57 +0000 (13:16 +0000)]
chagned notice lines/sec to 3
made connectivity percentage 5 significant decimal places.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@454 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoconverted %{$blah{$blah}} to %{ $blah{$blah} }
dms [Fri, 20 Apr 2001 12:54:49 +0000 (12:54 +0000)]
converted %{$blah{$blah}} to %{ $blah{$blah} }
added IRC hooks to catch failed channel joins
chanserv function moved to joinNextChan
created chanserv function for "common" use, chanServCheck
changed cache{chanlimitChange} hash a little
chanserv check removed from on_endofnames
typo on on_invite - fixed.
chanserv/ops removed from ircCheck()
joinNextChan removed from ircCheck()
added preliminary debian BTS frontend support

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@453 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agonews: don't list new items if they don't have Text.
dms [Thu, 19 Apr 2001 12:11:54 +0000 (12:11 +0000)]
news: don't list new items if they don't have Text.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@452 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofixed seen ""
dms [Wed, 18 Apr 2001 15:07:14 +0000 (15:07 +0000)]
fixed seen ""
added where debugging messages came from (functions)
fixed reversed use of % in if statement, stupid me :)
changed backup times for files again

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@451 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoforgot this one
dms [Wed, 18 Apr 2001 14:51:07 +0000 (14:51 +0000)]
forgot this one

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@450 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoadded flood protection for notice()
dms [Wed, 18 Apr 2001 14:50:09 +0000 (14:50 +0000)]
added flood protection for notice()
added connectivity percentage to ircstats.
other changes forgotten

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@449 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofixed the following bugs:
dms [Wed, 18 Apr 2001 14:41:26 +0000 (14:41 +0000)]
fixed the following bugs:
[57419] on_ttf: X1 Target change too fast. Please wait 50 seconds.
[57604] !WARN! IsChanConf: lowercased chan. (Read error to
boren-[adsl-63-197-68-132.dsl.snfc21.pacbell.net]: EOF from client)

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@448 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofix chanlimitChange time
dms [Wed, 18 Apr 2001 14:30:54 +0000 (14:30 +0000)]
fix chanlimitChange time
w3search => "blah for blah" fails - fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@447 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agook... use "" around hashes that use _ bare.
dms [Tue, 17 Apr 2001 15:56:43 +0000 (15:56 +0000)]
ok... use "" around hashes that use _ bare.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@446 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago...
dms [Tue, 17 Apr 2001 15:34:03 +0000 (15:34 +0000)]
...

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@445 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoforgot to use \d+ for read shortcut
dms [Tue, 17 Apr 2001 14:03:57 +0000 (14:03 +0000)]
forgot to use \d+ for read shortcut
other changes that the last commit missed or something

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@444 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoanother round of useless changes
dms [Tue, 17 Apr 2001 12:35:59 +0000 (12:35 +0000)]
another round of useless changes

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@443 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agochanset: fixed the following problem.
dms [Mon, 16 Apr 2001 13:45:53 +0000 (13:45 +0000)]
chanset: fixed the following problem.
.chanset #debian +babeflish
.chanset #debian -babeflish
-chanunset #debian babelflish
- yet another minor bug, use !msgType for dcc chat aswell.
- selfflood proteciton for /msg
- like 4/sec or 1k/sec
- msgcount, msgbyte, msgtime
- pubcount, pubbyte, pubtime
- fixed other bugs.... weeeeeeee....

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@442 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoprevent erratic (multiple) changes of chan limit in short space of time.
dms [Sat, 14 Apr 2001 14:48:24 +0000 (14:48 +0000)]
prevent erratic (multiple) changes of chan limit in short space of time.
this would be a major problem in chanlimitVerify@IrcHelpers.pl since
it's called for every join.  Better safe than sorry.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@441 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoIRC/IrcHooks.pl
dms [Sat, 14 Apr 2001 12:17:27 +0000 (12:17 +0000)]
IRC/IrcHooks.pl
- forgot to reset msgType/who/chan
  after hookMsg in on_msg and on_public.
- on_join: if bot joins, don't do wingate/bans
  and other useless stuff
- on_join: set msgType for ICC.
- on_part: set msgType/chan/who
- on_quit: set msgType/chan/who
- on_public: make chan global for ICC
=> should fix all bugs.
=> I have no idea how this worked so brokenly.
News.pl - more more changes

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@440 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoanother round of changes, damn it was hard to figure out why news wasn't
dms [Fri, 13 Apr 2001 16:45:28 +0000 (16:45 +0000)]
another round of changes, damn it was hard to figure out why news wasn't
appearing properly - I think we still have that problem but it's semi
rare.
- Also fixed netsplit problems, forgot a next line.
- don't run all funky commands in on_join if netsplit is enabled.
- other tiny things not worth mentioning.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@439 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agonews: can make news compulsory (chanset +newsNotifyAll)
dms [Fri, 13 Apr 2001 15:23:27 +0000 (15:23 +0000)]
news: can make news compulsory (chanset +newsNotifyAll)
      and opt-out (news unnotify)
irchooks: splitted into IrcHelpers.pl so we can reload it on the fly.
factoids: added debugging for short factoids that may be botched up
          references

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@438 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agonews: added news->factoid redirection
dms [Thu, 12 Apr 2001 13:12:42 +0000 (13:12 +0000)]
news: added news->factoid redirection
ton load of minor changes or bug fixes that cannot really be summarized

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@437 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoA round of fixes:
dms [Wed, 11 Apr 2001 14:34:12 +0000 (14:34 +0000)]
A round of fixes:
- added dbReplace but it's broken
- debian infopackages shows dist
- news user cache now works properly
- "+" now works for all commands, not only for factoids

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@436 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoisStale is basically used by Debian.pl and we were using age in terms of
dms [Sat, 7 Apr 2001 15:59:17 +0000 (15:59 +0000)]
isStale is basically used by Debian.pl and we were using age in terms of
seconds but the actual function was assuming it was in days - fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@435 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- now backup news file just in case.
dms [Sat, 7 Apr 2001 12:07:38 +0000 (12:07 +0000)]
- now backup news file just in case.
- Other changes we've not documented or small enough not to mention

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@434 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- load file if we enabled option on the fly before re-run.
dms [Sat, 7 Apr 2001 12:07:06 +0000 (12:07 +0000)]
- load file if we enabled option on the fly before re-run.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@433 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- we now check if CODEREF exists.
dms [Sat, 7 Apr 2001 12:06:43 +0000 (12:06 +0000)]
- we now check if CODEREF exists.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@432 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- forgot Module for news.
dms [Sat, 7 Apr 2001 12:06:26 +0000 (12:06 +0000)]
- forgot Module for news.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@431 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- write opened files on shutdown/hup
dms [Sat, 7 Apr 2001 12:05:18 +0000 (12:05 +0000)]
- write opened files on shutdown/hup

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@430 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoWhen we did a symlink to all the set commands, the string was made
dms [Fri, 6 Apr 2001 14:05:15 +0000 (14:05 +0000)]
When we did a symlink to all the set commands, the string was made
static (set to "Text") so it was broken.
also added link from Desc to Text

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@429 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoJust some more minor changes, to make some people happy, heh.
dms [Fri, 6 Apr 2001 13:56:50 +0000 (13:56 +0000)]
Just some more minor changes, to make some people happy, heh.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@428 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoMore clean ups, forgotten what they were, heh.
dms [Tue, 3 Apr 2001 12:06:08 +0000 (12:06 +0000)]
More clean ups, forgotten what they were, heh.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@427 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoforgot to add this file, heh.
dms [Sun, 1 Apr 2001 15:25:18 +0000 (15:25 +0000)]
forgot to add this file, heh.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@426 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofinally nailed this "random" bug noticed by asuffield.
dms [Sun, 1 Apr 2001 15:16:02 +0000 (15:16 +0000)]
finally nailed this "random" bug noticed by asuffield.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@425 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoadded help for news
dms [Sun, 1 Apr 2001 15:00:33 +0000 (15:00 +0000)]
added help for news

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@424 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoSecond round of News changes and bug fixes, kudos to greycat
dms [Sun, 1 Apr 2001 15:00:05 +0000 (15:00 +0000)]
Second round of News changes and bug fixes, kudos to greycat

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@423 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoMany changes, basically added and integrated News, and bug fixes.
dms [Sat, 31 Mar 2001 14:19:14 +0000 (14:19 +0000)]
Many changes, basically added and integrated News, and bug fixes.
Some more notes:
  CommandStubs.pl     - fixed "kernel blah"
  Modules/UserDCC.pl  - dont print $user when undefined.
  modules.pl          - added News.pl
  Modules/News.pl     - new feature.
  Process.pl       - "blootbot: ok is <reply> :)" -- FIXED.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@422 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoremoved msg/say repeating code.
dms [Wed, 28 Feb 2001 12:17:54 +0000 (12:17 +0000)]
removed msg/say repeating code.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@421 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodon't backup #DEL# factoids. asuffield.
dms [Wed, 28 Feb 2001 12:17:36 +0000 (12:17 +0000)]
don't backup #DEL# factoids. asuffield.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@420 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofix for endless loop. asuffield.
dms [Wed, 28 Feb 2001 12:17:10 +0000 (12:17 +0000)]
fix for endless loop. asuffield.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@419 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomsgtime updated in on_msg
dms [Wed, 28 Feb 2001 12:12:30 +0000 (12:12 +0000)]
msgtime updated in on_msg

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@418 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomake dead-connect detection better.
dms [Wed, 28 Feb 2001 12:10:54 +0000 (12:10 +0000)]
make dead-connect detection better.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@417 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agostrip trailing whitespaces, force use of quotes to enable trailing
dms [Fri, 23 Feb 2001 12:26:15 +0000 (12:26 +0000)]
strip trailing whitespaces, force use of quotes to enable trailing
whitespace. requested by asuffield and \broken?.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@416 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agonow use "or" instead of "and" operator for "rename".
dms [Fri, 23 Feb 2001 12:25:20 +0000 (12:25 +0000)]
now use "or" instead of "and" operator for "rename".

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@415 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoclosedcc debug
dms [Fri, 23 Feb 2001 12:24:41 +0000 (12:24 +0000)]
closedcc debug

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@414 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodownlink check update?
dms [Fri, 23 Feb 2001 12:24:22 +0000 (12:24 +0000)]
downlink check update?

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@413 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- recursive factoid linking added.
dms [Tue, 20 Feb 2001 13:01:29 +0000 (13:01 +0000)]
- recursive factoid linking added.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@412 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- lobotomy check in hookMsg
dms [Tue, 20 Feb 2001 13:01:16 +0000 (13:01 +0000)]
- lobotomy check in hookMsg

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@411 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- reformatted totally
dms [Tue, 20 Feb 2001 13:00:40 +0000 (13:00 +0000)]
- reformatted totally
- added preliminary append-to-linked-factoid support.
- all return calls now return appropriately.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@410 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added mkcrypt, fixed up "crypt" cmd.
dms [Tue, 20 Feb 2001 13:00:13 +0000 (13:00 +0000)]
- added mkcrypt, fixed up "crypt" cmd.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@409 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agominor updates, warn fixes, removed comments
dms [Tue, 20 Feb 2001 12:59:40 +0000 (12:59 +0000)]
minor updates, warn fixes, removed comments

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@408 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- lobotomy cache flush.
dms [Tue, 20 Feb 2001 12:59:09 +0000 (12:59 +0000)]
- lobotomy cache flush.
- disable uptime if not loaded.
- minor output update.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@407 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- lobotomy warning now cached
dms [Tue, 20 Feb 2001 12:58:43 +0000 (12:58 +0000)]
- lobotomy warning now cached
- use &mkcrypt()

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@406 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- preliminary check of masks in chan for matches.
dms [Tue, 20 Feb 2001 12:58:24 +0000 (12:58 +0000)]
- preliminary check of masks in chan for matches.
- ckpasswd, clean up.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@405 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- changed "m" to "n". asu.
dms [Tue, 20 Feb 2001 12:58:04 +0000 (12:58 +0000)]
- changed "m" to "n". asu.
- flush lobotomy cache on "unlobotomy"
- now use &mkcrypt()

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@404 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- minor output update.
dms [Sat, 17 Feb 2001 13:42:00 +0000 (13:42 +0000)]
- minor output update.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@403 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- removed '' from returns
dms [Sat, 17 Feb 2001 13:41:35 +0000 (13:41 +0000)]
- removed '' from returns
- preliminary stats for on/off-line time

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@402 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- ".op" fixed. found by Rev
dms [Sat, 17 Feb 2001 13:41:15 +0000 (13:41 +0000)]
- ".op" fixed. found by Rev
- ".-ban" now removes the ban from the chan.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@401 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- sub "op" fixed.
dms [Sat, 17 Feb 2001 13:40:57 +0000 (13:40 +0000)]
- sub "op" fixed.
- added sub "unban"

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@400 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added first time run checks.
dms [Sat, 17 Feb 2001 13:40:38 +0000 (13:40 +0000)]
- added first time run checks.
- on/off-line time stats
- on_join ban now kicks with custom reason.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@399 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoliteral update
dms [Sat, 17 Feb 2001 13:40:08 +0000 (13:40 +0000)]
literal update

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@398 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- typo in if statement for "forget" when users
dms [Sat, 17 Feb 2001 13:39:24 +0000 (13:39 +0000)]
- typo in if statement for "forget" when users
  don't have +r flag. found by Rev
- added "pass" cmd.
- added "literal" factoid ask.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@397 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomemusage support for open/free/net bsd added. patch from Kuma/Rev
dms [Sat, 17 Feb 2001 13:36:15 +0000 (13:36 +0000)]
memusage support for open/free/net bsd added. patch from Kuma/Rev

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@396 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoupdate version of bot
dms [Tue, 13 Feb 2001 15:50:45 +0000 (15:50 +0000)]
update version of bot

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@395 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomake nickserv work on more servers. requested by asuffield
dms [Tue, 13 Feb 2001 15:47:08 +0000 (15:47 +0000)]
make nickserv work on more servers. requested by asuffield

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@394 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoon-ban reason does not work... added debugging
dms [Tue, 13 Feb 2001 15:35:16 +0000 (15:35 +0000)]
on-ban reason does not work... added debugging

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@393 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoupdates from asuffield@OPN
dms [Tue, 13 Feb 2001 15:28:49 +0000 (15:28 +0000)]
updates from asuffield@OPN

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@392 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomain:: fixes
dms [Tue, 13 Feb 2001 15:18:18 +0000 (15:18 +0000)]
main:: fixes

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@391 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- 'ascii' updates.
dms [Tue, 13 Feb 2001 15:04:00 +0000 (15:04 +0000)]
- 'ascii' updates.
- hex now honours "allowConv"
- found by asuffield.
- redir of a redir fixed.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@390 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoadded reason on ban.
dms [Tue, 13 Feb 2001 14:30:03 +0000 (14:30 +0000)]
added reason on ban.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@389 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agosafe delete did not run delFactoid, hah! found by asuffield
dms [Tue, 13 Feb 2001 14:18:17 +0000 (14:18 +0000)]
safe delete did not run delFactoid, hah! found by asuffield

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@388 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoban fixes.
dms [Tue, 13 Feb 2001 14:07:07 +0000 (14:07 +0000)]
ban fixes.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@387 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- moved read-only stuff from DynaConfig to here.
dms [Tue, 13 Feb 2001 14:06:20 +0000 (14:06 +0000)]
- moved read-only stuff from DynaConfig to here.
- added newpass
- .chpass didn't use arg[0] for user.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@386 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- now prevent ".chanset +blah 10"
dms [Tue, 13 Feb 2001 14:03:53 +0000 (14:03 +0000)]
- now prevent ".chanset +blah 10"
- recoded it a bit.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@385 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- use "right way" to get keys from hash by checking if the hash ref
dms [Tue, 13 Feb 2001 14:02:15 +0000 (14:02 +0000)]
- use "right way" to get keys from hash by checking if the hash ref
  even exists... perl automatically "creates" this and causes problems
  later on. (perldoc -f exists or defined)
- anti-repeat should not apply to /msg
- option to do kick on repeat... preliminary support.
- casing fixes to DCC CHAT. (reported by Revenge@OPN)

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@384 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoerrors from Schedulers (chanlimitcheck) are cached and shown only once.
dms [Tue, 13 Feb 2001 14:01:07 +0000 (14:01 +0000)]
errors from Schedulers (chanlimitcheck) are cached and shown only once.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@383 c11ca15a-4712-0410-83d8-924469b57eb5

23 years ago- added support to factstats (requested,requesters) of "total" value.
dms [Tue, 13 Feb 2001 14:00:32 +0000 (14:00 +0000)]
- added support to factstats (requested,requesters) of "total" value.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@382 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodebugging added
dms [Tue, 13 Feb 2001 13:59:27 +0000 (13:59 +0000)]
debugging added

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@381 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoadded debian-specific debug to isStale
dms [Tue, 13 Feb 2001 13:58:48 +0000 (13:58 +0000)]
added debian-specific debug to isStale

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@380 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoremaining stuff... should fix factoids problem I hope
dms [Sun, 11 Feb 2001 14:25:11 +0000 (14:25 +0000)]
remaining stuff... should fix factoids problem I hope

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@379 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agotypo
dms [Fri, 9 Feb 2001 16:47:27 +0000 (16:47 +0000)]
typo

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@378 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoslight change to ChanConfList to make schedulers work again
dms [Fri, 9 Feb 2001 16:29:59 +0000 (16:29 +0000)]
slight change to ChanConfList to make schedulers work again

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@377 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agofixed up ignore code. discovered by debian@OPN
dms [Fri, 9 Feb 2001 15:02:29 +0000 (15:02 +0000)]
fixed up ignore code. discovered by debian@OPN

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@376 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agowoops, use while instead of foreach for ircloop
dms [Fri, 9 Feb 2001 14:51:02 +0000 (14:51 +0000)]
woops, use while instead of foreach for ircloop

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@375 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agouse static value for ircservers file
dms [Fri, 9 Feb 2001 14:48:15 +0000 (14:48 +0000)]
use static value for ircservers file

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@374 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agodon't write user/chan file on HUP/restart. confirmed by asuffield
dms [Fri, 9 Feb 2001 14:18:29 +0000 (14:18 +0000)]
don't write user/chan file on HUP/restart. confirmed by asuffield

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@373 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agowe did a sort() when we should not have for '.sched'
dms [Fri, 9 Feb 2001 13:44:45 +0000 (13:44 +0000)]
we did a sort() when we should not have for '.sched'

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@372 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agochanged FlatArg to ArrayArgs to make more sense. by default, we use flat-args
dms [Fri, 9 Feb 2001 13:40:01 +0000 (13:40 +0000)]
changed FlatArg to ArrayArgs to make more sense. by default, we use flat-args

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@371 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoforgot to set nuh for on_join; fixed up ban check on join.
dms [Fri, 9 Feb 2001 13:37:38 +0000 (13:37 +0000)]
forgot to set nuh for on_join; fixed up ban check on join.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@370 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agomoved nick lock checking to lock only. detected by irq@OPN
dms [Fri, 9 Feb 2001 13:23:32 +0000 (13:23 +0000)]
moved nick lock checking to lock only. detected by irq@OPN

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@369 c11ca15a-4712-0410-83d8-924469b57eb5

23 years agoadded debugging info to ircloop... if irc() does not return ever, we'll have to take...
dms [Fri, 9 Feb 2001 13:18:15 +0000 (13:18 +0000)]
added debugging info to ircloop... if irc() does not return ever, we'll have to take another approach to do connect-next-server-if-cant-connect

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@368 c11ca15a-4712-0410-83d8-924469b57eb5