IRC cheat sheet: Difference between revisions
From Joomla! Documentation
Made miscellaneous improvements |
|||
| Line 4: | Line 4: | ||
In our rooms we have a bot. Her name is Jools and you can talk to her with the following commands (the list is not full): | In our rooms we have a bot. Her name is Jools and you can talk to her with the following commands (the list is not full): | ||
!jbs -- print a link to [[portal: | * <code>!jbs</code> -- print a link to [[portal:Bug Squad|Bug Squad Portal]]. | ||
* <code>!jcode {ARTIFACT_ID}</code> -- print a link to an artifact in the tracker. | |||
!jcode {ARTIFACT_ID} -- print a link to an artifact in the tracker. | * <code>!trunk</code> -- print a link to the root of the trunk. | ||
* <code>!trunk {PATH}</code> -- print a link to a particular file or folder (log view). | |||
* <code>!trunk {PATH} markup</code> -- get a link to source of some file (in HTML). | |||
* <code>!trunk {PATH} markup {REVISION}</code> -- the same but to a file of a particular revision. | |||
!trunk -- print a link to the root of the trunk. | * <code>!trunk {PATH} blank {REVISION}</code> -- the same but source of some file will be shown as text. | ||
* <code>!lastseen {USERNAME}</code> -- display the last time a user was seen in a room and their last message. | |||
!trunk {PATH} -- print a link to a particular file or folder (log view). | * <code>!docs {KEYWORDS}</code> -- print links to the Joomla! documentation most relevant to the given keyword(s). | ||
* <code>!google {KEYWORDS}</code> -- print links to the first few Google search results for the given keyword(s). | |||
!trunk {PATH} markup -- get a link to source of some file (in HTML). | |||
!trunk {PATH} markup {REVISION} -- the same but to a file of a particular revision. | |||
!trunk {PATH} blank {REVISION} -- the same but source of some file will be shown as text. | |||
= General IRC Commands = | = General IRC Commands = | ||
There are some commands that users may find helpful in their IRC client. A full list is available at http://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands. Here are a few for quick reference: | There are some commands that users may find helpful in their IRC client. A full list is available at http://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands. Here are a few for quick reference: | ||
/away {message} -- set an away message for your user (Note: in some IRC clients, this changes the display of your username as well) | * <code>/away {message}</code> -- set an away message for your user (Note: in some IRC clients, this changes the display of your username as well) | ||
* <code>/nick {new_name}</code> -- change the display name for your username (the nickname), helpful to quickly mark your name as away. | |||
/nick {new_name} -- change the display name for your username (the nickname), helpful to quickly mark your name as away. | |||
<noinclude>[[Category:Development Working Group]][[Category:Bug Squad]]</noinclude> | <noinclude>[[Category:Development Working Group]][[Category:Bug Squad]]</noinclude> | ||
Revision as of 16:41, 18 January 2011
Joomla Bug Squad team uses IRC as one of it's communication channels. Here you can find useful information about using IRC in #joomla-bug-squad and #joomla-dev rooms.
Asking for help from Jools
In our rooms we have a bot. Her name is Jools and you can talk to her with the following commands (the list is not full):
!jbs-- print a link to Bug Squad Portal.!jcode {ARTIFACT_ID}-- print a link to an artifact in the tracker.!trunk-- print a link to the root of the trunk.!trunk {PATH}-- print a link to a particular file or folder (log view).!trunk {PATH} markup-- get a link to source of some file (in HTML).!trunk {PATH} markup {REVISION}-- the same but to a file of a particular revision.!trunk {PATH} blank {REVISION}-- the same but source of some file will be shown as text.!lastseen {USERNAME}-- display the last time a user was seen in a room and their last message.!docs {KEYWORDS}-- print links to the Joomla! documentation most relevant to the given keyword(s).!google {KEYWORDS}-- print links to the first few Google search results for the given keyword(s).
General IRC Commands
There are some commands that users may find helpful in their IRC client. A full list is available at http://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands. Here are a few for quick reference:
/away {message}-- set an away message for your user (Note: in some IRC clients, this changes the display of your username as well)/nick {new_name}-- change the display name for your username (the nickname), helpful to quickly mark your name as away.