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
What if I tell you that you can +1 someone referenced with emoji? For example +1 :pepe:.
To have this kind of functionality we would need to implement some interface for adding aliases.
Proposed interface: +1 alias nick :nick_badass:
TIP: You should treat :nick_badass: the way username is treated when +1, which would probably mean that +1 alias nick :nick_badass: should create nick_badass alias and not :nick_badass:, but better double check it.
The text was updated successfully, but these errors were encountered:
What if I tell you that you can
+1
someone referenced with emoji? For example+1 :pepe:
.To have this kind of functionality we would need to implement some interface for adding aliases.
Proposed interface:
+1 alias nick :nick_badass:
TIP: You should treat :nick_badass: the way username is treated when
+1
, which would probably mean that+1 alias nick :nick_badass:
should createnick_badass
alias and not:nick_badass:
, but better double check it.The text was updated successfully, but these errors were encountered: