forked from errbotio/errbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Typo: runnning Typo: runnning * Typo: maximum Typo: maximum * Typo: retrieve Typo: retrieve * Typo: instantiate and explicitly Fixes for method names will be in a separate commit.
- Loading branch information
1 parent
989ab36
commit e0124b8
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,7 +145,7 @@ def plugin_config(self, _, args): | |
Copy paste, adapt so can configure the plugin : | ||
!plugin config ExampleBot {'LOGIN': '[email protected]', 'PASSWORD': 'myrealpassword', 'DIRECTORY': '/tmp'} | ||
It will then reload the plugin with this config. | ||
You can at any moment retreive the current values: | ||
You can at any moment retrieve the current values: | ||
!plugin config ExampleBot | ||
should return : | ||
{'LOGIN': '[email protected]', 'PASSWORD': 'myrealpassword', 'DIRECTORY': '/tmp'} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters