diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-07-24 23:53:48 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-07-24 23:53:48 +1200 |
commit | c4986ff8b2b21834ba89b969d662a9adddf06be0 (patch) | |
tree | 65c074cfb7914ff6d5681e8085500d1b482a62c6 /irssi | |
parent | Merge branch 'release/v10.4.0' into develop (diff) | |
download | dotfiles-c4986ff8b2b21834ba89b969d662a9adddf06be0.tar.gz dotfiles-c4986ff8b2b21834ba89b969d662a9adddf06be0.zip |
Update/extend irssi aliases
Diffstat (limited to 'irssi')
-rw-r--r-- | irssi/aliases | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/irssi/aliases b/irssi/aliases index 65e80c13..ecedc21a 100644 --- a/irssi/aliases +++ b/irssi/aliases @@ -1,11 +1,13 @@ # # I don't think irssi lets you specify include files for configuration, and # you're not really supposed to edit it manually, but here are some commands to -# create aliases to use the text files for tools in section 6. +# create aliases. # -# I'd love to know if there's a better way to do these; maybe I should make a -# proper plugin? +# I'd love to know if there's a better way to do this. Maybe I should make +# a proper irssi script? # + +# Text filters via games/tools in section 6df alias aesth exec - -out printf %s "$*" | aesth alias drakon exec - -out printf %s "$*" | drakon alias kvlt exec - -out printf %s "$*" | kvlt @@ -13,3 +15,21 @@ alias rot13 exec - -out printf %s "$*" | rot13 alias squ exec - -out printf %s "$*" | squ alias strik exec - -out printf %s "$*" | strik alias zs exec - -out printf %s "$*" | zs + +# More generic aliases +alias apt msg * Bro I just `apt install $x` and it works lol +alias bully msg * $0: I feel offended by your recent action(s). Please read https://stop-irc-bullying.info/stop +alias ch me chuckle +alias hic msg * here it comes +alias tig msg * there it goes +alias hryk msg * ^ He's right you know +alias lenny msg * ( ͡° ͜ʖ ͡°) +alias lol msg * WHATA FUCK MAN xD i just fall of my chair cuz i couldnt and i CANT stop laugh xDXDXDXDXDDDDDDDDDDDDXXXXXXXXXXXXXXXXXXXDDDDDDDDDDDDDDDDDDD OMGOSH DDDDDXXXXXXXXXXXXXXXXXXXXXXXDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDD LOOOOOOOOOLLLLL THIS IS A SHIT XDDDDDDDDDDDDDDDDDDDDXDDDDDDDDDDDDDDDDDDDDD A BIG ONE XDDDDDDDD A GRAT ONE XXXXXXDDDD CONGRATS MAN XD +alias n names +alias q query +alias sb scrollback +alias shrug msg * ¯\\_(ツ)_/¯ +alias tyvc msg * Thank you $0, very cool +alias w window goto +alias wl window last +alias wls window list |