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
Currently we use command line arguments as servers to connect, so, if I run tiny with tiny foo bar I only connect to servers that have foo or bar in their names (e.g. irc.foo.net). But I currently have 5 servers in my .tinyrc, and sometimes I don't want to connect to one of them. Instead of listing other 4 servers it'd be easier to list just one to exclude. Maybe something like tiny -x foo to NOT connect to server foo.
The text was updated successfully, but these errors were encountered:
Currently we use command line arguments as servers to connect, so, if I run tiny with
tiny foo bar
I only connect to servers that havefoo
orbar
in their names (e.g.irc.foo.net
). But I currently have 5 servers in my .tinyrc, and sometimes I don't want to connect to one of them. Instead of listing other 4 servers it'd be easier to list just one to exclude. Maybe something liketiny -x foo
to NOT connect to serverfoo
.The text was updated successfully, but these errors were encountered: