IRC: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
Weechat
Line 28: Line 28:
/msg ChanServ OP #channelname nick
/msg ChanServ OP #channelname nick
</source>
</source>
= Weechat =
Remove timestamp
<source lang="irc">
/set weechat.look.buffer_time_format ""
</source>


= Tray =
= Tray =


* https://gist.github.com/xero/2d6e4b061b4ecbeb9f99
* https://gist.github.com/xero/2d6e4b061b4ecbeb9f99

Revision as of 12:38, 14 February 2020

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)


Administration

Give self (if authorized already) ChanOp status (@)

Reference

/msg ChanServ OP #channelname nick


Weechat

Remove timestamp

/set weechat.look.buffer_time_format ""


Tray