diff options
Diffstat (limited to 'plugins/shortcuts')
-rw-r--r-- | plugins/shortcuts/shortcuts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c index 1643b25..369768a 100644 --- a/plugins/shortcuts/shortcuts.c +++ b/plugins/shortcuts/shortcuts.c @@ -31,6 +31,7 @@ int shortcut_expand(const char* uri, char* output) strcpy(tmp_output, output); char* shortcuts[] = { + "!x", "!fnf", "!fnc", "!hn", @@ -38,6 +39,7 @@ int shortcut_expand(const char* uri, char* output) }; char* expansions[] = { + "https://twitter.com" "https://forum.nunosempere.com/frontpage", "https://forum.nunosempere.com/comments", "https://news.ycombinator.com", |