GenieClient / Genie4

.NET 6 Update of Genie
GNU General Public License v3.0
20 stars 14 forks source link

Add command #window Position #86

Closed LaegotKit closed 2 years ago

LaegotKit commented 2 years ago

Add command window position for moving/adding windows and resizing the genie client.

mj-colonel-panic commented 2 years ago

using "#window Position" will cause an index out of bounds error we're discussing this in discord as I update the PR You observed:

the isuue is it was calling ParseAllArgs(oArgs, 2) which has null logic and I made it only look to arg2 - oArgs[2].ToString()

Otherwise so far this looks good! Also would you mind typing up a short description of how to use the new command that we can include in the release notes and pass on to the wiki team?