mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
update xchat to r1498
This commit is contained in:
parent
1fa63a7401
commit
774ff23920
@ -723,7 +723,7 @@ Send multiple mode changes for the current channel. It may send multiple MODE li
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
=begin html
|
=begin html
|
||||||
<<div class="example">
|
<div class="example">
|
||||||
<code>
|
<code>
|
||||||
use strict;
|
use strict;
|
||||||
use warning;
|
use warning;
|
||||||
|
@ -1350,14 +1350,18 @@ perl_load_file (char *filename)
|
|||||||
FreeLibrary (lib);
|
FreeLibrary (lib);
|
||||||
lib = NULL;
|
lib = NULL;
|
||||||
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
||||||
"You must have ActivePerl " PERL_REQUIRED_VERSION " installed in order to\n"
|
"You must have either ActivePerl or Straberry Perl"
|
||||||
|
PERL_REQUIRED_VERSION
|
||||||
|
" installed in order to\n"
|
||||||
"run perl scripts.\n\n"
|
"run perl scripts.\n\n"
|
||||||
"I have found Perl 5.6, but that is too old.");
|
"I have found Perl 5.6, but that is too old.");
|
||||||
} else {
|
} else {
|
||||||
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
thread_mbox ("Cannot open " PERL_DLL "\n\n"
|
||||||
"You must have ActivePerl " PERL_REQUIRED_VERSION " installed in order to\n"
|
"You must have either ActivePerl or Strawberry Perl "
|
||||||
|
PERL_REQUIRED_VERSION " installed in order to\n"
|
||||||
"run perl scripts.\n\n"
|
"run perl scripts.\n\n"
|
||||||
"http://www.activestate.com/ActivePerl/\n\n"
|
"http://www.activestate.com/ActivePerl/\n"
|
||||||
|
"http://strawberryperl.com/\n"
|
||||||
"Make sure perl's bin directory is in your PATH.");
|
"Make sure perl's bin directory is in your PATH.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -686,7 +686,7 @@ One is the original and the second is the one you emit.</p>
|
|||||||
</ul>
|
</ul>
|
||||||
<p>Send multiple mode changes for the current channel. It may send multiple MODE lines if the request doesn't fit on one.</p>
|
<p>Send multiple mode changes for the current channel. It may send multiple MODE lines if the request doesn't fit on one.</p>
|
||||||
<p>Example:</p>
|
<p>Example:</p>
|
||||||
<<div class="example synNormal"><div class='line_number'>
|
<div class="example synNormal"><div class='line_number'>
|
||||||
<div>1</div>
|
<div>1</div>
|
||||||
<div>2</div>
|
<div>2</div>
|
||||||
<div>3</div>
|
<div>3</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user