Jelajahi Sumber

* Add help entry for new blowfish cmds

Bryan Drewery 16 tahun lalu
induk
melakukan
81fb8e841b
1 mengubah file dengan 26 tambahan dan 12 penghapusan
  1. 26 12
      doc/help.txt

+ 26 - 12
doc/help.txt

@@ -265,7 +265,7 @@ See also: cmdpass
 ###  $bbotjoin$b <bot> <channel> [options]
    Adds a channel to the bot's channel list. If options are specified, the 
    channel will be configured with the options.
-
+ 
    $bTHIS CMD IS CURRENTLY EXPERIMENTAL AND WILL NOT ACTUALLY SAVE STATE$b
    $bMEANING, ALL BOTS WILL JOIN EVENTUALLY AFTER DOING BOTJOIN$b
  
@@ -901,7 +901,14 @@ See also: down
 ###  $bdecrypt$b <key> <string>
    Decrypts the string using the specified key.
  
-See also: encrypt, randstring, md5, sha1, sha256
+See also: decrypt_fish, encrypt, encrypt_fish, randstring, md5, sha1, sha256
+::decrypt_fish
+###  $bdecrypt_fish$b <key> <string>
+   Decrypts the string using the specified key.
+ 
+   This algorithm is eggdrop's blowfish, same as FiSH.
+ 
+See also: decrypt, encrypt, encrypt_fish, randstring, md5, sha1, sha256
 :leaf:deluser
 ###  $bdeluser$b <nickname>
    Deletes a user record for a user on the channel, using their
@@ -968,7 +975,14 @@ See also: color, console, login, page, strip
 ###  $bencrypt$b <key> <string>
    Encrypts the string using the specified key.
  
-See also: decrypt, randstring, md5, sha1, sha256
+See also: encrypt_fish, decrypt, decrypt_fish, randstring, md5, sha1, sha256
+::encrypt_fish
+###  $bencrypt_fish$b <key> <string>
+   Encrypts the string using the specified key.
+ 
+   This algorithm is eggdrop's blowfish, same as FiSH.
+ 
+See also: encrypt, decrypt, decrypt_fish, randstring, md5, sha1, sha256
 ::exec:
 ###  $bexec$b <params>
    The bot will execute the specified program with each param specified,
@@ -1259,7 +1273,7 @@ See also: echo, color, console, page, strip, whois
      '%dmatch *.edu 16 25'
    This would show results 16 through 25 matching any users with a hostmask
    that ends with ".edu".
-
+ 
    $bThis command will not match on bots. You must use 'matchbot' for that.$b
 See also: matchbot
 ::matchbot
@@ -1271,7 +1285,7 @@ See also: match
 ###  $bmd5$b <string>
    Returns the MD5 hash of the specified string.
  
-See also: randstring, sha1, sha256, encrypt, decrypt
+See also: randstring, sha1, sha256, encrypt, encrypt_fish, decrypt, decrypt_fish
 ::me
 ###  $bme$b <text>
    Performs an action on the party line. This appears as "* bryan is leaving",
@@ -1450,7 +1464,7 @@ See also: color, console, echo, login, strip
 ###  $brandstring$b <len>
    Displays a random string of length 'len' up to 300 chars.
  
-See also: md5, sha1, sha256, encrypt, decrypt
+See also: md5, sha1, sha256, encrypt, encrypt_fish, decrypt, decrypt_fish
 ::rehash
 ###  $brehash$b 
    Don't use this cmd, it doesn't do what you think it does, and can result
@@ -1596,7 +1610,7 @@ See also: reload, backup
  
 [L]  $bservers$b         Comma-separated list of servers the bot will use.
 [L]  $bservers6$b        Comma-separated list of servers the bot will use (FOR IPv6).
-
+ 
 [L]  $brbl-servers$b     Servers to use for RBL checking in channels that are +rbl.
  
 [S]  $brealname$b        The bot's "real name" when connecting. (supports '$n' expansion)
@@ -1623,11 +1637,11 @@ See also: reload, backup
  
 [B]  $bident-botnick$b   Send botnick instead of shell username on connect (non-ident)
 [B]  $boidentd$b         Make bot try and use oidentd spoofing as BOTNICK.
-
+ 
 [B]  $blink_cleartext$b  Allows bots to link without an encryption scheme. This is needed
                          for allowing older bots to link in. Be sure to never leave this on
                          unless upgrading or letting an older bot link in to upgrade.
-
+ 
 [B]  $bdccauth$b         Boolean (0 or 1). Set to use auth checking on dcc/telnet login.
 [N]  $bop-bots$b         Number of bots to ask every time an oprequest is to be made.
 [N]  $bin-bots$b         Number of bots to ask every time an inrequest is to be made.
@@ -1662,12 +1676,12 @@ See also: botset
 ###  $bsha1$b <string>
    Returns the SHA1 hash of the specified string.
  
-See also: randstring, md5, sha256, encrypt, decrypt
+See also: randstring, md5, sha256, encrypt, encrypt_fish, decrypt, decrypt_fish
 ::sha256
 ###  $bsha256$b <string>
    Returns the SHA256 hash of the specified string.
-
-See also: randstring, md5, sha1, encrypt, decrypt
+ 
+See also: randstring, md5, sha1, encrypt, encrypt_fish, decrypt, decrypt_fish
 ::simul
 ###  $bsimul$b <handle> <text>
    This allows you to simulate the specified handle typing the given text.