IRC: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
Weechat
mNo edit summary
Line 3: Line 3:
Search for a channel
Search for a channel


<source lang="console">
<syntaxhighlight lang="console">
/msg alis LIST #foo -mode =n -min 10 -show mt
/msg alis LIST #foo -mode =n -min 10 -show mt
</source>
</syntaxhighlight>


<pre>
<pre>
Line 25: Line 25:
[http://www.geekshed.net/commands/chanserv/ Reference]
[http://www.geekshed.net/commands/chanserv/ Reference]


<source lang="irc">
<syntaxhighlight lang="irc">
/msg ChanServ OP #channelname nick
/msg ChanServ OP #channelname nick
</source>
</syntaxhighlight>




Line 34: Line 34:
Remove timestamp
Remove timestamp


<source lang="irc">
<syntaxhighlight lang="irc">
/set weechat.look.buffer_time_format ""
/set weechat.look.buffer_time_format ""
</source>
</syntaxhighlight>





Revision as of 16:37, 1 September 2023

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