summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-06-29 13:56:28 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-06-29 13:56:28 +0200
commitb311ca894d9f32d7452ab9db0633af862d0a72c8 (patch)
treeee462ec43926a62374a79db03e6db64d1aca473b /doc/ja
parentf4e4f55de1f27893a46323e70ae37eff923fb59c (diff)
downloadweechat-b311ca894d9f32d7452ab9db0633af862d0a72c8.zip
doc: fix example of weechat.command without buffer: it is executed on current buffer, not core buffer (scripting guide)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_scripting.ja.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ja/weechat_scripting.ja.txt b/doc/ja/weechat_scripting.ja.txt
index 33a392e53..b913ad8b7 100644
--- a/doc/ja/weechat_scripting.ja.txt
+++ b/doc/ja/weechat_scripting.ja.txt
@@ -527,9 +527,10 @@ Print 関数は Perl/Ruby/Lua/Tcl では `print` で、Python では `prnt` で
例:
+// TRANSLATION MISSING
[source,python]
----------------------------------------
-# コマンド "/help" をコアバッファで実行
+# execute command "/help" on current buffer (result is on core buffer)
weechat.command("", "/help")
# テキスト "hello" を #weechat IRC チャンネルに送信 (このチャンネルにいるユーザにはメッセージが見えます。)