cinch-altcoin 1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ All of these dependencies are available on Ruby 1.9+ out of the box.
|
|
|
17
17
|
|
|
18
18
|
In order for this plugin to work the following is required to insert into bot.rb for operation.
|
|
19
19
|
|
|
20
|
-
At the beginning of
|
|
20
|
+
At the beginning of bot.rb in the required scripts section put this:
|
|
21
21
|
|
|
22
22
|
require 'cinch-altcoin'
|
|
23
23
|
|