Difference between revisions of "IRC cheat sheet"

From Joomla! Documentation

(added external link)
 
(2 intermediate revisions by 2 users not shown)
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:Bug_Squad | Bug Squad 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).
!lastseen {USERNAME} -- displays the last time a user was seen in a room and their last message.
+
* <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).
+
* <code>!quotegrabs {ID? | RANDOM} {USER}</code> -- print a quote from the given user.
 
 
!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.
+
= External Links =
 +
* [http://ubottu.com/supydocs/plugins/QuoteGrabs.html QuoteGrabs documentation]
  
 
<noinclude>[[Category:Development Working Group]][[Category:Bug Squad]]</noinclude>
 
<noinclude>[[Category:Development Working Group]][[Category:Bug Squad]]</noinclude>

Latest revision as of 15:23, 14 August 2013

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[edit]

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).
  • !quotegrabs {ID? | RANDOM} {USER} -- print a quote from the given user.

General IRC Commands[edit]

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.

External Links[edit]