|
|
@@ -17,7 +17,7 @@
|
|
|
(defsetting *plugins* nil "List of enabled plugins")
|
|
|
(dolist (plugin *plugins*)
|
|
|
(handler-case
|
|
|
- (load (merge-pathnames (format nil "~A.lisp" plugin)
|
|
|
+ (load (merge-pathnames (format nil "plugins/~A.lisp" plugin)
|
|
|
(asdf:component-pathname
|
|
|
(asdf:find-system '#:chatikbot))))
|
|
|
(error (e) (log:error e))))
|