diff options
author | Joe Rayhawk <jrayhawk+git@omgwallhack.org> | 2024-02-13 09:44:57 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-02-13 09:55:11 -0800 |
commit | 7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc (patch) | |
tree | c1e4ab2cb99ba8ade93c695279b2382f8167d727 /crystal/lib | |
parent | ff166fb7da17f65b8b4e65df6b7e2fe0e879b46f (diff) | |
download | twitchtools-7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc.tar.gz twitchtools-7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc.zip |
crystal/tcpsocket: support "run" and "run_shell" functions
Diffstat (limited to 'crystal/lib')
-rw-r--r-- | crystal/lib/bungmobott/src/bungmobott.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal/lib/bungmobott/src/bungmobott.cr b/crystal/lib/bungmobott/src/bungmobott.cr index 8c7f755..4fdb9d2 100644 --- a/crystal/lib/bungmobott/src/bungmobott.cr +++ b/crystal/lib/bungmobott/src/bungmobott.cr @@ -40,7 +40,7 @@ module BungmoBott include YAML::Serializable::Unmapped property perm : Array( String )? = nil property func : String - property arg : Array( String? )? = nil + property arg : Array( String )? = nil end class JoinChannels |