Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoomau authored May 9, 2020
1 parent f1e1976 commit ab52359
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
rekrvn
==============
a bot
a bot. pretty buggy.

Usage
--------------
list modules you want enabled in config.clj
eg. "example" will add modules/example.clj
"irc.client" will add modules/irc/client.clj
eg. "example" will enable modules/example.clj
"irc.client" will enable modules/irc/client.clj

See complete example in config.clj.example

Expand All @@ -29,9 +29,3 @@ subscribe to events/messages via (rekrvn.hub/addListener modname matcher actFn)
- actFn is the function to be called on matching publications. As arguments, it takes a list containing the parenthesized groups in matcher and a replyFn.

See modules/example.clj for examples.



Copyright (C) 2012

License: MIT

0 comments on commit ab52359

Please sign in to comment.