You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what we will need to do is notice the ++ and the loop over the message.parts (which is the message split on spaces) and check each part if it is a username, keeping an array until we run out of usernames. Because you could do something like ++ user user1 user2 thanks for the help!
but if you do ++ user badusername user2 it will stop at user and not pick up user2 or the bad username.
also need to combine the confirmation messages I think.
Not sure what the syntax should be... Maybe this?
The text was updated successfully, but these errors were encountered: