303 bytes added ,  1 September 2023
logging in
Weechat
logging in
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Common =  
= Common =  
Logging in
<syntaxhighlight lang="irc">
/connect irc.libera.chat 6667 YourNick:YourPassword
</syntaxhighlight>
Logging in after connecting to a network
<syntaxhighlight lang="irc">
/msg NickServ IDENTIFY YourNick YourPassword
</syntaxhighlight>


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 37:
[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 46:
Remove timestamp
Remove timestamp


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