-
Notifications
You must be signed in to change notification settings - Fork 271
support for /j as an alias for /join #364
Comments
same with operator commands like |
and |
It should be There is no such thing as |
Yeah, my bad. sigh. |
Yeah, I could add a couple of more shorthands. But you guys should try pressing TAB to complete commands. Like this @ircer, @docwhat: Code here for reference: Feel free to dig into any of the files in Also, I'll leave this here: Anyway, lets make a list of shorthands that would be nice to have:
|
We did something simular to this here: https://github.com/PonyChat/Shuo/pull/30 I only added aliases for the most used commands, as to prevent mistakes as well as the fact you can already type the first letter and hit tab. |
|
It's slightly confusing to have no output when you use |
Please take a look at an earlier comment of mine regarding this issue. I am still 👎 on this considering the helpful tab completion. |
Is there any reason not to give an |
Indeed, I believe failed commands should not be silent. However, I believe there was a good reason for this but I can't remember why. Does @JocelynDelalande or @erming remember? If not, please feel free to open an issue and a PR for this, unless there are already some on the subject. Thanks! |
No good reason that I can see/remember, so PR welcome :) |
The /close command is a ircops command for at least some servers (such as unrealircd). This is related to what I've said in 528. It might be best to only handle commands that you want to alter specific behavior for (such as /part working without including the current channel name). |
Other IRC clients have by default a shorter version of the
/join
command,/j
.I think this could be a simple/nice to have enhancement.
The text was updated successfully, but these errors were encountered: