diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 13:42:18 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 13:42:18 +0100 |
commit | f6c2698701a26c3cd9317dcf59ff948695eb38b7 (patch) | |
tree | df546ad8426c6a6a3c1042963841f6b2ee19e92f /share | |
parent | 9ae206e08eaf26c9d3c8539748c8854a1eda10b2 (diff) |
Some quickfixes
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/perl.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/perl.md b/share/doc/perl.md index de253e6b..683e4683 100644 --- a/share/doc/perl.md +++ b/share/doc/perl.md @@ -55,7 +55,7 @@ This is the first thing to call in every script. ### `Xchat::hook_server( $message, $callback, [\%options] )` -### `Xchat::hook_command( $command, $callback, [\%options] )</code></h3>` +### `Xchat::hook_command( $command, $callback, [\%options] )` ### `Xchat::hook_print( $event,$callback, [\%options] )` @@ -462,7 +462,7 @@ to change the value for a particular ID. ### `Xchat::get_prefs( $name )` - * **`$name</code>` - name of a HexChat setting (available through the /set command) + * **`$name` - name of a HexChat setting (available through the /set command)** This function provides a way to retrieve HexChat's setting information. |