<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/modules/commands.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/modules/commands.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/modules/commands.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2019-02-09T17:49:01Z</updated>
<entry>
<title>Split command StdOut/StdErr in to their own file (commands)</title>
<updated>2019-02-09T17:49:01Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-09T17:49:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=6b042d94605509e74ad5a9621d5d9027b8fced4e'/>
<id>urn:sha1:6b042d94605509e74ad5a9621d5d9027b8fced4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reply to statusmsg commands (e.g. '/msg +channel !ping') with the same statusmsg</title>
<updated>2019-02-04T21:32:44Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-02-04T21:32:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=ac16887c4819f9378d28922b825f1e492cdb7ea8'/>
<id>urn:sha1:ac16887c4819f9378d28922b825f1e492cdb7ea8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Logging takes format params as a separate arg (commands.py)</title>
<updated>2019-01-30T19:39:03Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T19:39:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a2e23acc61746ced2e5206addd8d467bdadb8383'/>
<id>urn:sha1:a2e23acc61746ced2e5206addd8d467bdadb8383</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure to call the specific hook we've decided is valid (commands.py)</title>
<updated>2019-01-30T19:35:43Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T19:35:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=72072bbd3d936baaccd590b6326fdc2e0b056228'/>
<id>urn:sha1:72072bbd3d936baaccd590b6326fdc2e0b056228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Break when we've found a suitable command hook (commands.py)</title>
<updated>2019-01-30T19:15:11Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T19:15:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=0e66921d347939f8aeef2b438a7eb9a061865abe'/>
<id>urn:sha1:0e66921d347939f8aeef2b438a7eb9a061865abe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually remove call to `preprocess.command` to after min_args check</title>
<updated>2019-01-30T11:41:25Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T11:41:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=051e4347f9a521f385881f2ea225ca8c20f5e7e2'/>
<id>urn:sha1:051e4347f9a521f385881f2ea225ca8c20f5e7e2</id>
<content type='text'>
(commands.py)
</content>
</entry>
<entry>
<title>Correctly check if we're in a channel command before checking if the current</title>
<updated>2019-01-30T11:37:47Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T11:37:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=f25bfd0ae2dc6c5f971721b1d18ae63732691379'/>
<id>urn:sha1:f25bfd0ae2dc6c5f971721b1d18ae63732691379</id>
<content type='text'>
hook is valid (commands.py)
</content>
</entry>
<entry>
<title>Check min_args before we check if a user has permission (commands.py)</title>
<updated>2019-01-30T11:37:29Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T11:37:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=c822a1afd6b02e46578b227066f799deff1bd9b7'/>
<id>urn:sha1:c822a1afd6b02e46578b227066f799deff1bd9b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We should be using `potential_hook` until we've decided on a valid hook</title>
<updated>2019-01-30T11:26:54Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T11:26:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=fc4a8d8e34bba34b98d44195cb7c38b31a910b95'/>
<id>urn:sha1:fc4a8d8e34bba34b98d44195cb7c38b31a910b95</id>
<content type='text'>
(commands.py)
</content>
</entry>
<entry>
<title>Get all hooks when checking command hooks, not just the first (commands.py)</title>
<updated>2019-01-30T11:23:17Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-01-30T11:23:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=64d12e3415cd87a5a190142759372c5a045a505c'/>
<id>urn:sha1:64d12e3415cd87a5a190142759372c5a045a505c</id>
<content type='text'>
</content>
</entry>
</feed>
