You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ python3.4 -m cloudbot
31
31
32
32
Note that you can also run the `cloudbot/__main__.py` file directly, which will work from any directory.
33
33
```
34
-
python3.4 CloudBotRefresh/cloudbot/__main__.py
34
+
python3.4 CloudBot/cloudbot/__main__.py
35
35
```
36
36
Specify the path as /path/to/repository/cloudbot/__main__.py, where `cloudbot` is inside the repository directory.
37
37
@@ -41,9 +41,9 @@ Specify the path as /path/to/repository/cloudbot/__main__.py, where `cloudbot` i
41
41
42
42
The CloudBot documentation is currently somewhat outdated and may not be correct. If you need any help, please visit our [IRC channel](irc://irc.esper.net/cloudbot) and we will be happy to assist you.
43
43
44
-
To write your own plugins, visit the [Plugins Wiki Page](https://github.com/CloudBotIRC/CloudBotRefresh/wiki/Writing-Refresh-Modules).
44
+
To write your own plugins, visit the [Plugins Wiki Page](https://github.com/CloudBotIRC/CloudBot/wiki/Writing-your-first-command-plugin).
45
45
46
-
More at the [Wiki Main Page](https://github.com/CloudBotIRC/CloudBotRefresh/wiki).
46
+
More at the [Wiki Main Page](https://github.com/CloudBotIRC/CloudBot/wiki).
0 commit comments