summaryrefslogtreecommitdiff
path: root/crystal/lib/bungmobott/src
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk+git@omgwallhack.org>2024-02-13 09:44:57 -0800
committerJoe Rayhawk <jrayhawk@fairlystable.org>2024-02-13 09:55:11 -0800
commit7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc (patch)
treec1e4ab2cb99ba8ade93c695279b2382f8167d727 /crystal/lib/bungmobott/src
parentff166fb7da17f65b8b4e65df6b7e2fe0e879b46f (diff)
downloadtwitchtools-7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc.tar.gz
twitchtools-7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc.zip
crystal/tcpsocket: support "run" and "run_shell" functions
Diffstat (limited to 'crystal/lib/bungmobott/src')
-rw-r--r--crystal/lib/bungmobott/src/bungmobott.cr2
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