aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-23 18:53:20 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-23 18:53:20 +0300
commit17396f73a99a717f896fc3609de5529b120af97f (patch)
tree72bf007de6993992623365202e6fd8183f4a2f2a /plugin.py
downloadsupybot_github-17396f73a99a717f896fc3609de5529b120af97f.tar.gz
supybot_github-17396f73a99a717f896fc3609de5529b120af97f.tar.bz2
supybot_github-17396f73a99a717f896fc3609de5529b120af97f.zip
Initial commit
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugin.py b/plugin.py
new file mode 100644
index 0000000..a4b07af
--- /dev/null
+++ b/plugin.py
@@ -0,0 +1,19 @@
+###
+
+import supybot.utils as utils
+from supybot.commands import *
+import supybot.plugins as plugins
+import supybot.ircutils as ircutils
+import supybot.callbacks as callbacks
+
+
+class Github(callbacks.Plugin):
+ """Add the help for "@plugin help Github" here
+ This should describe *how* to use this plugin."""
+ pass
+
+
+Class = Github
+
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

© 2014-2024 Faster IT GmbH | imprint | privacy policy