/[weechat]/weechat/doc/weechat_doc_pt.texi
ViewVC logotype

Diff of /weechat/doc/weechat_doc_pt.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by flashcode, Sat Jul 9 22:23:41 2005 UTC revision 1.28 by flashcode, Fri Jul 15 12:16:14 2005 UTC
# Line 35  Line 35 
35    
36  @title WeeChat - Guia do Utilizador  @title WeeChat - Guia do Utilizador
37  @subtitle Cliente de IRC rapido, leve e extencivel  @subtitle Cliente de IRC rapido, leve e extencivel
38  @subtitle Documenta@,{c}@~ao do WeeChat v0.1.4-cvs - 10 de Julho de 2005  @subtitle Documenta@,{c}@~ao do WeeChat v0.1.4-cvs - 15 de Julho de 2005
39    
40  @image{weechat_image}  @image{weechat_image}
41    
# Line 1334  Some examples: Line 1334  Some examples:
1334  @item @bullet{} change your nick on freenode to "mynick|out":  @item @bullet{} change your nick on freenode to "mynick|out":
1335  @*  @*
1336  @command{echo "freenode */nick mynick|out" >~/.weechat/weechat_fifo_12345}  @command{echo "freenode */nick mynick|out" >~/.weechat/weechat_fifo_12345}
1337    @*
1338  @item @bullet{} display text on #weechat channel:  @item @bullet{} display text on #weechat channel:
1339  @*  @*
1340  @command{echo "freenode,#weechat *hello everybody!" >~/.weechat/weechat_fifo_12345}  @command{echo "freenode,#weechat *hello everybody!" >~/.weechat/weechat_fifo_12345}
1341    @*
1342  @item @bullet{} display text on current channel (buffer displayed by WeeChat):  @item @bullet{} display text on current channel (buffer displayed by WeeChat):
1343  @*  @*
1344  @command{echo "*hello!" >~/.weechat/weechat_fifo_12345}@*  @command{echo "*hello!" >~/.weechat/weechat_fifo_12345}
1345  @*  @*
1346  @b{Warning:} this is dangerous and you should not do that except if you know what you do!  @b{Warning:} this is dangerous and you should not do that except if you know what you do!
1347    @*
1348  @item @bullet{} send 2 commands to unload/reload Perl scripts (you have to separate them with \n):  @item @bullet{} send 2 commands to unload/reload Perl scripts (you have to separate them with \n):
1349    @*
1350  @command{echo -e "freenode */perl unload\nfreenode */perl autoload" >~/.weechat/weechat_fifo_12345}  @command{echo -e "freenode */perl unload\nfreenode */perl autoload" >~/.weechat/weechat_fifo_12345}
1351  @end table  @end table
1352  @*  @*
# Line 1629  RFC 2812: @uref{ftp://ftp.rfc-editor.org Line 1633  RFC 2812: @uref{ftp://ftp.rfc-editor.org
1633  @code{@ @ @ @ weechat.prnt("server="+server)}@*  @code{@ @ @ @ weechat.prnt("server="+server)}@*
1634  @code{@ @ @ @ null, channel, message = string.split(args, ":", 2)}@*  @code{@ @ @ @ null, channel, message = string.split(args, ":", 2)}@*
1635  @code{@ @ @ @ hostmask, null, channel = string.split(string.strip(channel), " ", 2)}@*  @code{@ @ @ @ hostmask, null, channel = string.split(string.strip(channel), " ", 2)}@*
1636  @code{@ @ @ @ weechat.prnt("host="+hostmask+", channel="+channel+", message="+message)}@*  @code{@ @ @ @ weechat.prnt("host="+hostmask+", chan="+channel+", msg="+message)}@*
1637  @*  @*
1638    
1639  @item  @item

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26