Skip to content

Commit

Permalink
addword
Browse files Browse the repository at this point in the history
  • Loading branch information
Matze committed Mar 19, 2014
1 parent 4030b3d commit f7d8c5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bot.l
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
(not (member X Junklist) ))
(chop Word) ) ) ) )

(de addwordSLOW (Word Log)
(let (Obj (or
(db 'value '+Word Word)
(new (db: +Word) '(+Word)
'value Word)))
(put> Obj 'log Log))) ###maybe getting too long? -- we will see

(de addword (Word Log)
(when (and Word Log)
(let (Obj (or
Expand Down

0 comments on commit f7d8c5c

Please sign in to comment.