diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 22:15:19 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 22:15:19 +0000 |
commit | ad814bbda0570efc01f00cf4a59af573f9843faf (patch) | |
tree | 62e081ba13dcddc08ef8ee09eccff42e51d7e0ad /doc | |
parent | 6ac92e521000e26a5d4034d5c881f08313596aaa (diff) | |
download | hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.tar.gz hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.tar.bz2 hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.tar.xz hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.zip |
Updated the server's PCRE components to 7.0
- dll, library, header
- cleaned the only existing example and moved it to /samples
- changed its interface a bit, now it uses $@ instead of $ to store the parsed result
- /!\ adjust your scripts if you are using npc regexp parsing /!\
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10170 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 40a198b79..17d0483dd 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5794,7 +5794,7 @@ expression pattern is, see a few web pages: http://www.regular-expressions.info/ http://www.weitz.de/regex-coach/ -For an example of this in use, see 'npc\custom\eliza.txt'. +For an example of this in use, see 'npc\sample\npc_pcre.txt'. With this you could, for example, automagically punish players for asking for zeny in public places, or alternatively, automagically give them zeny instead if |