aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/perl/libkviperl.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-07-04 00:49:11 +0000
committerGravatar Szymon Tomasz Stefanek2010-07-04 00:49:11 +0000
commit2637bc9cc68dc26b395634b276f416d96a83809c (patch)
tree041c3c6bfdb124a99ca04ddbf9fb874ca5fe8091 /src/modules/perl/libkviperl.cpp
parentFix crash in toolbar customization (diff)
downloadKVIrc-2637bc9cc68dc26b395634b276f416d96a83809c.tar.gz
KVIrc-2637bc9cc68dc26b395634b276f416d96a83809c.tar.bz2
KVIrc-2637bc9cc68dc26b395634b276f416d96a83809c.zip
Improve a bit the python interpreter: allow for passing arguments in python.begin. Add documentation for python.begin and python.end
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4587 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/perl/libkviperl.cpp')
-rw-r--r--src/modules/perl/libkviperl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/perl/libkviperl.cpp b/src/modules/perl/libkviperl.cpp
index 9f1f2f210..936494b84 100644
--- a/src/modules/perl/libkviperl.cpp
+++ b/src/modules/perl/libkviperl.cpp
@@ -369,7 +369,7 @@
Treat perl errors as KVS errors and abort execution of the
current script. Incompatible with -q
@description:
- Indicates the beginning of a snipped of perl code.
+ Indicates the beginning of a snippet of perl code.
The whole code part between perl.begin and perl.end
is executed in a perl interpreter.
If perl.end is omitted then it is implicitly assumed