diff options
author | anontwit <anontwit@ps7003.dreamhostps.com> | 2009-08-05 10:58:30 -0700 |
---|---|---|
committer | anontwit <anontwit@ps7003.dreamhostps.com> | 2009-08-05 10:58:30 -0700 |
commit | c3a522623c3a0628c33407ee01b16e189c44bba5 (patch) | |
tree | b7a667dc1b2a1859a26951726a023568a9a8a940 /doc-src/im | |
parent | c19df2dbc29fd6392a249ff5e4ea7634deb3f273 (diff) |
fixed double 'get' type
Diffstat (limited to 'doc-src/im')
-rw-r--r-- | doc-src/im | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/im b/doc-src/im index a02670a6d..c722a4e2c 100644 --- a/doc-src/im +++ b/doc-src/im @@ -41,6 +41,6 @@ currently-implemented commands: * **unsub <nickname>**: Same as leave * **d <nickname> <text>**: Send direct message to <nickname> with message body <text> * **get <nickname>**: Get last notice from <nickname> -* **get <nickname>**: Same as 'get' +* **last <nickname>**: Same as 'get' * **whois <nickname>**: Get Profile info on <nickname> * **fav <nickname>**: Add user's last notice as a favorite
\ No newline at end of file |