Просмотр исходного кода

* Added help entry for cmd_whom

svn: 500
Bryan Drewery 22 лет назад
Родитель
Сommit
1f8d77fc05
2 измененных файлов с 25 добавлено и 0 удалено
  1. 1 0
      doc/UPDATES
  2. 24 0
      misc/help.txt

+ 1 - 0
doc/UPDATES

@@ -19,6 +19,7 @@ This is a summary of ChangeLog basically.
 16.Added info in cmd_chaninfo for when a channel was added and by whom.
 17.Log order in cmd_chaninfo was wrong.
 18.cmd_mop didn't check for n| with '*' as a chan.
+19.Added help entry for cmd_whom.
 
 1.0.13
 1.Fixed a fatal bug in console_gotshare()

+ 24 - 0
misc/help.txt

@@ -1646,4 +1646,28 @@ See also: whom
    Masters: if the user has a comment, you will see it under "COMMENT:".%{-}
  
 See also: match, who, whom%{+m|m}, chattr, chaninfo%{-}
+::whom
+###  %bwhom%b [channel|*]
+   Displays a list of users on the current partyline channel.
+ 
+   For example:
+      [23:12] #Wcc# whom
+       Nick        Bot        Host
+      ----------   ---------  --------------------
+      *Wcc         Anakha     telnet@xxx.atlaga.adelphia.net [idle 8m]
+      *BitchSmack  Anakha     telnet@xxx.atlaga.adelphia.net
+      Total users: 2
+ 
+   Each user's nickname will be listed in the first column, preceded by a "*"
+   if they are a bot owner, "+" if they are a master, "%%" if they are a botnet
+   master, or "@" if they are an op. In the next column, the bot the user is
+   connected to will be displayed. In the third column, the host is shown. If
+   the user is away, the away message will be shown. Likewise, if they are
+   idle, their idle time will be displayed.
+ 
+   To see what users are on a different channel, you may specify a channel
+   number/name. If you specify "*" as the channel, all users on all botnet
+   channels will be shown.
+ 
+See also: who, chat%{+m}bots%{-}
 ::end