<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[LibraIRC.net Forums - IRC Discussions]]></title>
		<link>https://librairc.net/forums/</link>
		<description><![CDATA[LibraIRC.net Forums - https://librairc.net/forums]]></description>
		<pubDate>Thu, 30 Apr 2026 21:09:45 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[android irc]]></title>
			<link>https://librairc.net/forums/thread-11235.html</link>
			<pubDate>Thu, 03 Jan 2019 02:42:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=227">wildcard</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-11235.html</guid>
			<description><![CDATA[<hr class="mycode_hr" />
<ul class="mycode_list"><li>For those that have  android irc </li>
</ul>
<span style="color: #000000;" class="mycode_color"><br />
Command list<br />
Here's a list of supported commands by AndroIRC:<br />
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Note</span>: arguments inside <span style="font-style: italic;" class="mycode_i">[ ]</span> are optionals. All others arguments are mandatory.</span><br />
Base commands<br />
Command<br />
Description<span style="font-weight: bold;" class="mycode_b">/server</span> address<span style="font-style: italic;" class="mycode_i">[:port]</span><br />
Connect to the server <span style="font-style: italic;" class="mycode_i">adress:port</span><br />
<span style="font-weight: bold;" class="mycode_b">/quit</span> <span style="font-style: italic;" class="mycode_i">[quit message]</span><br />
Disconnect from the current server, using optional <span style="font-style: italic;" class="mycode_i">[quit message]</span><br />
<span style="font-weight: bold;" class="mycode_b">/join</span> #channel <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/j</span> #channel<br />
Join the specified channel.<br />
<span style="font-weight: bold;" class="mycode_b">/nick</span> new_nick <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/n</span> new_nick<br />
Change your nick to new_nick.<br />
<span style="font-weight: bold;" class="mycode_b">/k</span> nick <span style="font-style: italic;" class="mycode_i">[reason]</span><br />
Kick the specified user with the specified reason.<br />
<span style="font-weight: bold;" class="mycode_b">/part</span> <span style="font-style: italic;" class="mycode_i">[reason]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/p</span> <span style="font-style: italic;" class="mycode_i">[reason]</span><br />
Leave the current channel with <span style="font-style: italic;" class="mycode_i">[reason]</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/pv</span> nick <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/query</span> nick<br />
Open a new private with nick.<br />
<span style="font-weight: bold;" class="mycode_b">/hop</span><br />
Leave and rejoin automatically the current channel.<br />
<span style="font-weight: bold;" class="mycode_b">/clear</span><br />
Clear all the messages from the current channel.<br />
<span style="font-weight: bold;" class="mycode_b">/ctcp</span> command<br />
Send the CTCP <span style="font-style: italic;" class="mycode_i">command</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/quote</span> command<br />
Send the raw <span style="font-style: italic;" class="mycode_i">command</span> to the server.<br />
<span style="font-weight: bold;" class="mycode_b">/msg</span> #channel message<br />
Send <span style="font-style: italic;" class="mycode_i">message</span> to #channel.<br />
<span style="font-weight: bold;" class="mycode_b">/ping</span><br />
Ping the server.<br />
<span style="font-weight: bold;" class="mycode_b">/mode</span> target mode <span style="font-style: italic;" class="mycode_i">[parameters]</span><span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/m</span> target mode <span style="font-style: italic;" class="mycode_i">[parameters]</span><br />
Set mode <span style="font-style: italic;" class="mycode_i">mode</span> to <span style="font-style: italic;" class="mycode_i">target</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/whois</span> nick <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/w</span> nick<br />
Get whois informations about <span style="font-style: italic;" class="mycode_i">nick</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/umode</span> mode <span style="font-style: italic;" class="mycode_i">[parameters]</span> <span style="font-style: italic;" class="mycode_i">or</span><span style="font-weight: bold;" class="mycode_b">/um</span> mode <span style="font-style: italic;" class="mycode_i">[parameters]</span><br />
Set <span style="font-style: italic;" class="mycode_i">mode</span> on yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/voice</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/v</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Give voice to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, give voice to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/halfop</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/h</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Give halfop to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, give halfop to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/op</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/o</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Give op to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, give op to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/devoice</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/dv</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Take voice to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, take voice to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/dehalfop</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/dh</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Take halfop to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, take halfop to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/deop</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/do</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Take op to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, take op to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/me</span> <span style="font-style: italic;" class="mycode_i">[text]</span><br />
Send a CTCP action.<br />
<span style="font-weight: bold;" class="mycode_b">/kb</span> nick <span style="font-style: italic;" class="mycode_i">[reason]</span><br />
Kick &amp; ban <span style="font-style: italic;" class="mycode_i">nick</span> with <span style="font-style: italic;" class="mycode_i">reason</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/topic</span> <span style="font-style: italic;" class="mycode_i">[channel]</span> <span style="font-style: italic;" class="mycode_i">[topic]</span><br />
Set <span style="font-style: italic;" class="mycode_i">channel</span>'s topic to <span style="font-style: italic;" class="mycode_i">topic</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/charset</span> <span style="font-style: italic;" class="mycode_i">charset</span><br />
Change the charset for the current server to <span style="font-style: italic;" class="mycode_i">charset</span>. <span style="color: #000000;" class="mycode_color">Experimental</span> <span style="color: #000000;" class="mycode_color">deleted in AndroIRC 4.0</span><br />
<span style="font-weight: bold;" class="mycode_b">/sleep</span> time<br />
Sleep <span style="font-style: italic;" class="mycode_i">time</span> milliseconds. Can't be greater than 15 seconds (15000 milliseconds).<span style="color: #000000;" class="mycode_color">This command can only be used in custom commands sent at connection.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.1</span><br />
<span style="font-weight: bold;" class="mycode_b">/ignore</span> <span style="font-style: italic;" class="mycode_i">[-lrcpni]</span> username<br />
Ignore a user from the specified flags</span><ul class="mycode_list"><li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">c</span> for channel</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">p</span> for private</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">n</span> for notice</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">i</span> for invite</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">l</span> lists all ignored users. You can also specify some flags to restrict the list (ie, </span></span><br />
/ignore -lc</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
)</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">r</span> removes an ignored user. You can also specify some flags to remove (ie, </span></span><br />
/ignore -rc user</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
removes the <span style="font-style: italic;" class="mycode_i">Channel</span> flag from <span style="font-style: italic;" class="mycode_i">user</span>)</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">username</span>: the username to ignore. I can be a full username or a regex (</span></span><br />
AndroUser</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
, </span></span><br />
Andro*</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
, etc.)</span></span><br />
</li>
</ul>
<ul class="mycode_list"><li>
/ignore -cp AndroUser</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><br />
 ignores AndroUser for Channel and Private</span></span><br />
/ignore -r</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><br />
 removes all users from ignore list</span></span><br />
/ignore -lc</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><br />
 list all users ignored for Channel</span></span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color"><br />
<span style="color: #000000;" class="mycode_color">since AndroIRC 3.3</span><br />
<span style="font-weight: bold;" class="mycode_b">/np</span><br />
Now Playing. Show a message on the current channel with informations about the currently playing media (works only with media player supporting the </span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>com.android.music.playstatechanged</code></div></div><span style="color: #000000;" class="mycode_color"><br />
 intent)<br />
FiSH related<br />
Command<br />
Description<span style="font-weight: bold;" class="mycode_b">/keyex</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Exchange blowfish key with <span style="font-style: italic;" class="mycode_i">nick</span> using the DH1080 protocol. If nick is not specified, you need to use the command inside a PV view. <span style="color: #000000;" class="mycode_color">Your device needs to run Android 2.3 or above in order to use blowfish.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.0</span><br />
&lt;BOOKMARK:fish_add_key&gt; <span style="font-weight: bold;" class="mycode_b">/key</span> <span style="font-style: italic;" class="mycode_i">[id]</span> key<br />
Set the blowfish key for <span style="font-style: italic;" class="mycode_i">id</span> to <span style="font-style: italic;" class="mycode_i">key</span>. <span style="font-style: italic;" class="mycode_i">id</span> could be a nick or a channel. If <span style="font-style: italic;" class="mycode_i">id</span> is not specified, the key is set for the current channel (or the current user if inside a PV view). <span style="color: #000000;" class="mycode_color">Your device needs to run Android 2.3 or above in order to use blowfish.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.0</span><br />
<span style="color: #000000;" class="mycode_color">Starting with AndroIRC 4.0, you can prefix the key with either </span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cbc:</code></div></div><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
 or </span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ebc:</code></div></div><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
 to force the blowfish algorithm used</span><br />
<span style="font-weight: bold;" class="mycode_b">/delkey</span> <span style="font-style: italic;" class="mycode_i">[id]</span><br />
Remove the blowfish key associated to <span style="font-style: italic;" class="mycode_i">id</span>. <span style="font-style: italic;" class="mycode_i">id</span> could be a nick or a channel. If <span style="font-style: italic;" class="mycode_i">id</span> is not specified, the key is set for the current channel (or the current user if inside a PV view). <span style="color: #000000;" class="mycode_color">Your device needs to run Android 2.3 or above in order to use blowfish.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.0</span><br />
File transfer (DCC)<br />
<span style="color: #000000;" class="mycode_color">File transfer (DCC) support was added in AndroIRC 5</span><br />
Command<br />
Description<span style="font-weight: bold;" class="mycode_b">/dcc</span> nick <span style="font-style: italic;" class="mycode_i">[filename]</span><br />
Send <span style="font-style: italic;" class="mycode_i">[filename]</span> to nick. If <span style="font-style: italic;" class="mycode_i">[filename]</span> is not specified, a dialog is opened prompting the user for a filename <span style="color: #000000;" class="mycode_color">since AndroIRC 5</span></span>]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
<ul class="mycode_list"><li>For those that have  android irc </li>
</ul>
<span style="color: #000000;" class="mycode_color"><br />
Command list<br />
Here's a list of supported commands by AndroIRC:<br />
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Note</span>: arguments inside <span style="font-style: italic;" class="mycode_i">[ ]</span> are optionals. All others arguments are mandatory.</span><br />
Base commands<br />
Command<br />
Description<span style="font-weight: bold;" class="mycode_b">/server</span> address<span style="font-style: italic;" class="mycode_i">[:port]</span><br />
Connect to the server <span style="font-style: italic;" class="mycode_i">adress:port</span><br />
<span style="font-weight: bold;" class="mycode_b">/quit</span> <span style="font-style: italic;" class="mycode_i">[quit message]</span><br />
Disconnect from the current server, using optional <span style="font-style: italic;" class="mycode_i">[quit message]</span><br />
<span style="font-weight: bold;" class="mycode_b">/join</span> #channel <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/j</span> #channel<br />
Join the specified channel.<br />
<span style="font-weight: bold;" class="mycode_b">/nick</span> new_nick <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/n</span> new_nick<br />
Change your nick to new_nick.<br />
<span style="font-weight: bold;" class="mycode_b">/k</span> nick <span style="font-style: italic;" class="mycode_i">[reason]</span><br />
Kick the specified user with the specified reason.<br />
<span style="font-weight: bold;" class="mycode_b">/part</span> <span style="font-style: italic;" class="mycode_i">[reason]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/p</span> <span style="font-style: italic;" class="mycode_i">[reason]</span><br />
Leave the current channel with <span style="font-style: italic;" class="mycode_i">[reason]</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/pv</span> nick <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/query</span> nick<br />
Open a new private with nick.<br />
<span style="font-weight: bold;" class="mycode_b">/hop</span><br />
Leave and rejoin automatically the current channel.<br />
<span style="font-weight: bold;" class="mycode_b">/clear</span><br />
Clear all the messages from the current channel.<br />
<span style="font-weight: bold;" class="mycode_b">/ctcp</span> command<br />
Send the CTCP <span style="font-style: italic;" class="mycode_i">command</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/quote</span> command<br />
Send the raw <span style="font-style: italic;" class="mycode_i">command</span> to the server.<br />
<span style="font-weight: bold;" class="mycode_b">/msg</span> #channel message<br />
Send <span style="font-style: italic;" class="mycode_i">message</span> to #channel.<br />
<span style="font-weight: bold;" class="mycode_b">/ping</span><br />
Ping the server.<br />
<span style="font-weight: bold;" class="mycode_b">/mode</span> target mode <span style="font-style: italic;" class="mycode_i">[parameters]</span><span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/m</span> target mode <span style="font-style: italic;" class="mycode_i">[parameters]</span><br />
Set mode <span style="font-style: italic;" class="mycode_i">mode</span> to <span style="font-style: italic;" class="mycode_i">target</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/whois</span> nick <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/w</span> nick<br />
Get whois informations about <span style="font-style: italic;" class="mycode_i">nick</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/umode</span> mode <span style="font-style: italic;" class="mycode_i">[parameters]</span> <span style="font-style: italic;" class="mycode_i">or</span><span style="font-weight: bold;" class="mycode_b">/um</span> mode <span style="font-style: italic;" class="mycode_i">[parameters]</span><br />
Set <span style="font-style: italic;" class="mycode_i">mode</span> on yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/voice</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/v</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Give voice to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, give voice to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/halfop</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/h</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Give halfop to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, give halfop to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/op</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/o</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Give op to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, give op to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/devoice</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/dv</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Take voice to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, take voice to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/dehalfop</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/dh</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Take halfop to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, take halfop to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/deop</span> <span style="font-style: italic;" class="mycode_i">[nick]</span> <span style="font-style: italic;" class="mycode_i">or</span> <span style="font-weight: bold;" class="mycode_b">/do</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Take op to <span style="font-style: italic;" class="mycode_i">nick</span>. If there's no parameters, take op to yourself.<br />
<span style="font-weight: bold;" class="mycode_b">/me</span> <span style="font-style: italic;" class="mycode_i">[text]</span><br />
Send a CTCP action.<br />
<span style="font-weight: bold;" class="mycode_b">/kb</span> nick <span style="font-style: italic;" class="mycode_i">[reason]</span><br />
Kick &amp; ban <span style="font-style: italic;" class="mycode_i">nick</span> with <span style="font-style: italic;" class="mycode_i">reason</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/topic</span> <span style="font-style: italic;" class="mycode_i">[channel]</span> <span style="font-style: italic;" class="mycode_i">[topic]</span><br />
Set <span style="font-style: italic;" class="mycode_i">channel</span>'s topic to <span style="font-style: italic;" class="mycode_i">topic</span>.<br />
<span style="font-weight: bold;" class="mycode_b">/charset</span> <span style="font-style: italic;" class="mycode_i">charset</span><br />
Change the charset for the current server to <span style="font-style: italic;" class="mycode_i">charset</span>. <span style="color: #000000;" class="mycode_color">Experimental</span> <span style="color: #000000;" class="mycode_color">deleted in AndroIRC 4.0</span><br />
<span style="font-weight: bold;" class="mycode_b">/sleep</span> time<br />
Sleep <span style="font-style: italic;" class="mycode_i">time</span> milliseconds. Can't be greater than 15 seconds (15000 milliseconds).<span style="color: #000000;" class="mycode_color">This command can only be used in custom commands sent at connection.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.1</span><br />
<span style="font-weight: bold;" class="mycode_b">/ignore</span> <span style="font-style: italic;" class="mycode_i">[-lrcpni]</span> username<br />
Ignore a user from the specified flags</span><ul class="mycode_list"><li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">c</span> for channel</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">p</span> for private</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">n</span> for notice</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">i</span> for invite</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">l</span> lists all ignored users. You can also specify some flags to restrict the list (ie, </span></span><br />
/ignore -lc</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
)</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">r</span> removes an ignored user. You can also specify some flags to remove (ie, </span></span><br />
/ignore -rc user</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
removes the <span style="font-style: italic;" class="mycode_i">Channel</span> flag from <span style="font-style: italic;" class="mycode_i">user</span>)</span></span><br />
</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">username</span>: the username to ignore. I can be a full username or a regex (</span></span><br />
AndroUser</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
, </span></span><br />
Andro*</li>
<li><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
, etc.)</span></span><br />
</li>
</ul>
<ul class="mycode_list"><li>
/ignore -cp AndroUser</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><br />
 ignores AndroUser for Channel and Private</span></span><br />
/ignore -r</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><br />
 removes all users from ignore list</span></span><br />
/ignore -lc</li>
<li><span style="color: #999999;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><br />
 list all users ignored for Channel</span></span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color"><br />
<span style="color: #000000;" class="mycode_color">since AndroIRC 3.3</span><br />
<span style="font-weight: bold;" class="mycode_b">/np</span><br />
Now Playing. Show a message on the current channel with informations about the currently playing media (works only with media player supporting the </span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>com.android.music.playstatechanged</code></div></div><span style="color: #000000;" class="mycode_color"><br />
 intent)<br />
FiSH related<br />
Command<br />
Description<span style="font-weight: bold;" class="mycode_b">/keyex</span> <span style="font-style: italic;" class="mycode_i">[nick]</span><br />
Exchange blowfish key with <span style="font-style: italic;" class="mycode_i">nick</span> using the DH1080 protocol. If nick is not specified, you need to use the command inside a PV view. <span style="color: #000000;" class="mycode_color">Your device needs to run Android 2.3 or above in order to use blowfish.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.0</span><br />
&lt;BOOKMARK:fish_add_key&gt; <span style="font-weight: bold;" class="mycode_b">/key</span> <span style="font-style: italic;" class="mycode_i">[id]</span> key<br />
Set the blowfish key for <span style="font-style: italic;" class="mycode_i">id</span> to <span style="font-style: italic;" class="mycode_i">key</span>. <span style="font-style: italic;" class="mycode_i">id</span> could be a nick or a channel. If <span style="font-style: italic;" class="mycode_i">id</span> is not specified, the key is set for the current channel (or the current user if inside a PV view). <span style="color: #000000;" class="mycode_color">Your device needs to run Android 2.3 or above in order to use blowfish.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.0</span><br />
<span style="color: #000000;" class="mycode_color">Starting with AndroIRC 4.0, you can prefix the key with either </span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cbc:</code></div></div><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
 or </span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ebc:</code></div></div><span style="color: #000000;" class="mycode_color"><span style="color: #000000;" class="mycode_color"><br />
 to force the blowfish algorithm used</span><br />
<span style="font-weight: bold;" class="mycode_b">/delkey</span> <span style="font-style: italic;" class="mycode_i">[id]</span><br />
Remove the blowfish key associated to <span style="font-style: italic;" class="mycode_i">id</span>. <span style="font-style: italic;" class="mycode_i">id</span> could be a nick or a channel. If <span style="font-style: italic;" class="mycode_i">id</span> is not specified, the key is set for the current channel (or the current user if inside a PV view). <span style="color: #000000;" class="mycode_color">Your device needs to run Android 2.3 or above in order to use blowfish.</span> <span style="color: #000000;" class="mycode_color">since AndroIRC 3.0</span><br />
File transfer (DCC)<br />
<span style="color: #000000;" class="mycode_color">File transfer (DCC) support was added in AndroIRC 5</span><br />
Command<br />
Description<span style="font-weight: bold;" class="mycode_b">/dcc</span> nick <span style="font-style: italic;" class="mycode_i">[filename]</span><br />
Send <span style="font-style: italic;" class="mycode_i">[filename]</span> to nick. If <span style="font-style: italic;" class="mycode_i">[filename]</span> is not specified, a dialog is opened prompting the user for a filename <span style="color: #000000;" class="mycode_color">since AndroIRC 5</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What happened to #radio?]]></title>
			<link>https://librairc.net/forums/thread-10463.html</link>
			<pubDate>Sun, 30 Oct 2016 03:00:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=413">fuZZy</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-10463.html</guid>
			<description><![CDATA[What happened to radio? DJs not there much anymore. Room has mostly bots, BNCs and trolls. Anyone?]]></description>
			<content:encoded><![CDATA[What happened to radio? DJs not there much anymore. Room has mostly bots, BNCs and trolls. Anyone?]]></content:encoded>
		</item>
	</channel>
</rss>