-
+ EB195D717F53AC62D3BA4CABF2960B87BD30184A128F42DCC856F1757FFFA2EF4E74D5C8976DFC0F76809286609749B150FF90B47D325549F7ADF9971F05FF00
logbot/USAGE
(0 . 0)(1 . 14)
46 USAGE
47
48 (asdf:load-system :logbot)
49 (defvar *bot*)
50 (setf *bot*
51 (logbot:make-logbot
52 "chat.freenode.net" 6667 "nick" "password" "#channel"
53 '("db-name" "db-user" "db-password" "db-host")))
54
55 ; connect in separate thread, returning thread
56 (logbot:ircbot-connect-thread *bot*)
57
58 ; or connect using the current thread
59 ; (logbot:ircbot-connect *bot*)