Skip to content

Commit

Permalink
fix the configuration examples for cinch-identify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jun 27, 2012
1 parent 8b21dd8 commit 7eb37c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ IRC bot engine build for `#smf.sh` and related channels, quite similar to [cinch
- "#my-test-channel"
plugins:
"Cinch::Plugins::Identify":
type: :nickserv
username: "user"
password: "password"
:type: :nickserv
:username: "user"
:password: "password"
"Cinch::Plugins::YamlMemo":
"Cinch::Plugins::UrlScraper":

Expand Down
6 changes: 3 additions & 3 deletions example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ connection:
- "#my-test-channel"
plugins:
"Cinch::Plugins::Identify":
type: :nickserv
username: "user"
password: "password"
:type: :nickserv
:username: "user"
:password: "password"
"Cinch::Plugins::YamlMemo":
"Cinch::Plugins::UrlScraper":

0 comments on commit 7eb37c2

Please sign in to comment.