4,461
edits
Weechat |
mNo edit summary |
||
Line 3: | Line 3: | ||
Search for a channel | Search for a channel | ||
< | <syntaxhighlight lang="console"> | ||
/msg alis LIST #foo -mode =n -min 10 -show mt | /msg alis LIST #foo -mode =n -min 10 -show mt | ||
</ | </syntaxhighlight> | ||
<pre> | <pre> | ||
Line 25: | Line 25: | ||
[http://www.geekshed.net/commands/chanserv/ Reference] | [http://www.geekshed.net/commands/chanserv/ Reference] | ||
< | <syntaxhighlight lang="irc"> | ||
/msg ChanServ OP #channelname nick | /msg ChanServ OP #channelname nick | ||
</ | </syntaxhighlight> | ||
Line 34: | Line 34: | ||
Remove timestamp | Remove timestamp | ||
< | <syntaxhighlight lang="irc"> | ||
/set weechat.look.buffer_time_format "" | /set weechat.look.buffer_time_format "" | ||
</ | </syntaxhighlight> | ||