ソースを参照

doc/book: little fix on hashchain page

ghassmo 3 年 前
コミット
fcef99b63a
1 ファイル変更0 行追加8 行削除
  1. 0 8
      doc/src/misc/hashchain/hashchain.md

+ 0 - 8
doc/src/misc/hashchain/hashchain.md

@@ -12,14 +12,6 @@ The `Event` could have many actions according to the underlying data.
 
 	enum EventAction { ... };	
 
-### Privmsg 
-
-| Description 	| Data Type   	| Comments																	|
-|-------------- |-------------- | ------------------------------------------------------------------------- |
-| nickname    	| String		| The nickname for the sender (must be less than 32 chars) 					|
-| target      	| String		| The target for the `Privmsg` (recipient) 				 					|
-| message     	| String		| The `Privmsg`'s content 				 									|
-
 ## Event
 
 | Description            | Data Type      | Comments                    |