Commit files changed by the formatting script

This commit is contained in:
Aaron Franke 2020-05-12 13:37:30 -04:00
parent 917ed35cbf
commit 5eddfaaf23
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
5 changed files with 3 additions and 5 deletions

View File

@ -2,4 +2,4 @@ extends Button
func _pressed():
$"../Gift".chat($"../LineEdit".text)
$"../LineEdit".text = ""
$"../LineEdit".text = ""

View File

@ -83,4 +83,4 @@ func greet_me(cmd_info : CommandInfo) -> void:
chat("Greetings, " + cmd_info.sender_data.tags["display-name"] + "!")
func list(cmd_info : CommandInfo, arg_ary : PoolStringArray) -> void:
chat(arg_ary.join(", "))
chat(arg_ary.join(", "))

View File

@ -13,4 +13,3 @@ func _init(f_ref : FuncRef, perm_lvl : int, mx_args : int, mn_args : int, whr :
max_args = mx_args
min_args = mn_args
where = whr

View File

@ -9,4 +9,3 @@ func _init(sndr_dt, cmd, whspr):
sender_data = sndr_dt
command = cmd
whisper = whspr

View File

@ -8,4 +8,4 @@ var tags : Dictionary
func _init(usr : String, ch : String, tag_dict : Dictionary):
user = usr
channel = ch
tags = tag_dict
tags = tag_dict