IRC: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
add command options for msg
add tray
Line 17: Line 17:
     -showsecret: show secret channels (requires chan:auspex)
     -showsecret: show secret channels (requires chan:auspex)
</pre>
</pre>
= Tray =
* https://gist.github.com/xero/2d6e4b061b4ecbeb9f99

Revision as of 08:36, 16 August 2019

Common

Search for a channel

/msg alis LIST #foo -mode =n -min 10 -show mt
Comamnds are:
    -min <n>: show only channels with at least <n> users
    -max <n>: show only channels with at most <n> users
    -skip <n>: skip first <n> matches
    -show [m][t]: show modes/topicsetter
    -mode <+|-|=><modes>: modes set/unset/equal
    -topic <pattern>: topic matches pattern
    -showsecret: show secret channels (requires chan:auspex)


Tray