Rotonde / beaker

Rotonde client with user account combined(deprecated)
MIT License
205 stars 37 forks source link

cblgh/tweaks: add tabbing, fix @names in, closes #47 #56

Closed cblgh closed 6 years ago

cblgh commented 6 years ago

pretty much what the title says, operator.js now has a regex that can be accessed using r.operator.name_pattern and which is used to match names wherever names are matched.

less janky than splitting on whitespace and a bit cleaner.

also added was support for tab-completing names. but check the individual commits for more info.