diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-01-25 12:06:42 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-01-25 12:06:42 +0000 |
commit | b52a60e9e061db16ff65f1e31809662768c00eaa (patch) | |
tree | ed4fb4b605f32ea96f3e894ca49194c2a42a65b8 /docs | |
parent | e13216adf785c3967519d71afc4659adb628f38c (diff) | |
download | irssi-b52a60e9e061db16ff65f1e31809662768c00eaa.zip |
Remove references to LEAVE alias.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4688 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/cycle.in | 2 | ||||
-rw-r--r-- | docs/help/in/join.in | 2 | ||||
-rw-r--r-- | docs/help/in/part.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/help/in/cycle.in b/docs/help/in/cycle.in index 7e8a8fb5..3d1ed0c2 100644 --- a/docs/help/in/cycle.in +++ b/docs/help/in/cycle.in @@ -4,5 +4,5 @@ Cycles (leaves and joins) the current channel or the specified channel. -See also: JOIN, LEAVE, PART +See also: JOIN, PART diff --git a/docs/help/in/join.in b/docs/help/in/join.in index bdd4b15c..744c4407 100644 --- a/docs/help/in/join.in +++ b/docs/help/in/join.in @@ -9,5 +9,5 @@ JOIN is aliased to J by default. Example: /j irssi Description -See also: LEAVE, WINDOW CLOSE +See also: PART, WINDOW CLOSE diff --git a/docs/help/in/part.in b/docs/help/in/part.in index ff3b12fb..c18de681 100644 --- a/docs/help/in/part.in +++ b/docs/help/in/part.in @@ -4,5 +4,5 @@ Parts from the current or specified channel. Depending on your settings, closes the corresponding window, too. -See also: LEAVE, JOIN +See also: JOIN |