<?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 - Services and IRCd Help]]></title>
		<link>https://librairc.net/forums/</link>
		<description><![CDATA[LibraIRC.net Forums - https://librairc.net/forums]]></description>
		<pubDate>Fri, 28 Aug 2026 00:36:50 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Services]]></title>
			<link>https://librairc.net/forums/thread-11201.html</link>
			<pubDate>Tue, 13 Nov 2018 04:46:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=0">fearcry</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-11201.html</guid>
			<description><![CDATA[It would be nice if your Service-Bots can recognize colored Text Commands   <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
(So let them strip any codes before acting)<br />
<br />
<br />
Cheers  fearcry]]></description>
			<content:encoded><![CDATA[It would be nice if your Service-Bots can recognize colored Text Commands   <img src="https://librairc.net/forums/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /><br />
<br />
(So let them strip any codes before acting)<br />
<br />
<br />
Cheers  fearcry]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Setting Up SSL in mIRC [Windows Tutorial]]]></title>
			<link>https://librairc.net/forums/thread-872.html</link>
			<pubDate>Fri, 30 Aug 2013 21:50:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=0">tHeBrAiNLiGhT</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-872.html</guid>
			<description><![CDATA[Hey there, I'm now going to show you how to generate your own ssl certificate, and use it in your client.<br />
<br />
1. Install the OpenSSL Pack (This is REQUIRED in order to WORK)<img src="https://librairc.net/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />32bit): <a href="http://goo.gl/jkzkUL" target="_blank" rel="noopener" class="mycode_url">http://goo.gl/xXre3v</a>  (64Bit): <a href="http://goo.gl/a5CCtN" target="_blank" rel="noopener" class="mycode_url">http://goo.gl/a5CCtN</a><br />
2. Download Microsoft C++ 2008 Redistributable Package: <a href="http://goo.gl/BM76JM" target="_blank" rel="noopener" class="mycode_url">http://goo.gl/BM76JM</a><br />
3. <span style="font-weight: bold;" class="mycode_b">Please note that you should select "The Windows system directory" when it asks you where to copy the dll files to, or it may not work.<br />
<br />
</span>4<span style="font-weight: bold;" class="mycode_b">.  </span><ul class="mycode_list"><li>[size=1.35em]Go to Start -&gt; run and type in CMD. This will bring up a prompt. [/size]<br />
</li>
<li>[size=1.35em] Type in cd C:\OpenSSL\bin and hit enter.  //NOTE: If the folder OpenSSL does not exist, check for OpenSSL-Win32 OR OpenSSL-Win64 (Depending on your setting/ what version you've installed), and just rename it to OpenSSL //<br />
[/size]<br />
</li>
<li>[size=1.35em] Type OpenSSL and hit enter. [/size]<br />
</li>
<li>[size=1.35em] You should now see a prompt that looks like OpenSSL&gt;[/size] <br />
</li>
<li>[size=1.35em] Type in req -nodes -newkey rsa:2048 -keyout yournick.key -x509 -days 365  -out yournick.cer and hit enter.[/size]<br />
</li>
</ul>
(By the way: You may change the validaty duration of the certificated by increasing the number after "-days" or changing the parameter after rsa: , I tried it with 4096, it has worked., (The ClientCertificateFingerprint you will get, may be used in an o:line, or other things) If you don not know how to do this, just let it how it is now ^^<br />
[size=1.35em]You will be asked some questions:[/size]<br />
<br />
NOTE: After you have answered the questions:<ul class="mycode_list"><li>[size=1.35em]Hit Ctrl+C to exit out of the OpenSSL program. [/size]<br />
</li>
<li>[size=1.35em] Type type yournick.cer yournick.key &gt; yournick.pem and hit enter. [/size]<br />
</li>
</ul>
<img src="http://s7.directupload.net/images/130830/5gwxkh6u.jpg" loading="lazy"  alt="[Image: 5gwxkh6u.jpg]" class="mycode_img" /><br />
<br />
Please try answering all questions, the information needn't to true, but will be displayed on /sslinfo YourNick<br />
Please copy the 3 certs you made in the mIRC folder: Should be: C:\\Users\YourUserName\AppData\Roaming\mIRC\<br />
PLEASE DO NOT FORGET TO COPY: <span style="font-style: italic;" class="mycode_i">libeay32.dll </span>and <span style="font-style: italic;" class="mycode_i">ssleay32.dll</span> in this folder mentioned above!<br />
<br />
<img src="http://s14.directupload.net/images/130830/xmbsk2vo.jpg" loading="lazy"  alt="[Image: xmbsk2vo.jpg]" class="mycode_img" /><br />
<br />
So and now the mIRC settings:<br />
<br />
<img src="http://s7.directupload.net/images/130830/8sjnburo.jpg" loading="lazy"  alt="[Image: 8sjnburo.jpg]" class="mycode_img" /><br />
<br />
Select yournick.pem in the mIRC -&gt; File -&gt;Select Server -&gt; Options -&gt; SSL asthe Private Key File, the same (yournick.pem) in Certificate Chain File. Leave the trusted authorities empty.<br />
<br />
<img src="http://s7.directupload.net/images/130830/7immbdjq.jpg" loading="lazy"  alt="[Image: 7immbdjq.jpg]" class="mycode_img" /><br />
<br />
Please use ONLY the port 6697 for SSL, by /server irc.icq.com:+6697 OR /server -e irc.icq.com:6697<br />
<br />
if everything will work you will see this notice:<br />
<br />
<img src="http://s14.directupload.net/images/130830/a5c53zel.jpg" loading="lazy"  alt="[Image: a5c53zel.jpg]" class="mycode_img" /><br />
<br />
And /sslinfo YourNick will display your sslinformation, NOTE: you should allow untrusted/invalid sslconnections in order to work with icqnet.<br />
<br />
Thanks for reading.<br />
<br />
Please comment, or add something i maybe forgot, or complain if something isnt working.<br />
<br />
FluX<br />
<br />
PS: If you need help, or something isnt working, or a link is "dead" - just comment or pm me ^^]]></description>
			<content:encoded><![CDATA[Hey there, I'm now going to show you how to generate your own ssl certificate, and use it in your client.<br />
<br />
1. Install the OpenSSL Pack (This is REQUIRED in order to WORK)<img src="https://librairc.net/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />32bit): <a href="http://goo.gl/jkzkUL" target="_blank" rel="noopener" class="mycode_url">http://goo.gl/xXre3v</a>  (64Bit): <a href="http://goo.gl/a5CCtN" target="_blank" rel="noopener" class="mycode_url">http://goo.gl/a5CCtN</a><br />
2. Download Microsoft C++ 2008 Redistributable Package: <a href="http://goo.gl/BM76JM" target="_blank" rel="noopener" class="mycode_url">http://goo.gl/BM76JM</a><br />
3. <span style="font-weight: bold;" class="mycode_b">Please note that you should select "The Windows system directory" when it asks you where to copy the dll files to, or it may not work.<br />
<br />
</span>4<span style="font-weight: bold;" class="mycode_b">.  </span><ul class="mycode_list"><li>[size=1.35em]Go to Start -&gt; run and type in CMD. This will bring up a prompt. [/size]<br />
</li>
<li>[size=1.35em] Type in cd C:\OpenSSL\bin and hit enter.  //NOTE: If the folder OpenSSL does not exist, check for OpenSSL-Win32 OR OpenSSL-Win64 (Depending on your setting/ what version you've installed), and just rename it to OpenSSL //<br />
[/size]<br />
</li>
<li>[size=1.35em] Type OpenSSL and hit enter. [/size]<br />
</li>
<li>[size=1.35em] You should now see a prompt that looks like OpenSSL&gt;[/size] <br />
</li>
<li>[size=1.35em] Type in req -nodes -newkey rsa:2048 -keyout yournick.key -x509 -days 365  -out yournick.cer and hit enter.[/size]<br />
</li>
</ul>
(By the way: You may change the validaty duration of the certificated by increasing the number after "-days" or changing the parameter after rsa: , I tried it with 4096, it has worked., (The ClientCertificateFingerprint you will get, may be used in an o:line, or other things) If you don not know how to do this, just let it how it is now ^^<br />
[size=1.35em]You will be asked some questions:[/size]<br />
<br />
NOTE: After you have answered the questions:<ul class="mycode_list"><li>[size=1.35em]Hit Ctrl+C to exit out of the OpenSSL program. [/size]<br />
</li>
<li>[size=1.35em] Type type yournick.cer yournick.key &gt; yournick.pem and hit enter. [/size]<br />
</li>
</ul>
<img src="http://s7.directupload.net/images/130830/5gwxkh6u.jpg" loading="lazy"  alt="[Image: 5gwxkh6u.jpg]" class="mycode_img" /><br />
<br />
Please try answering all questions, the information needn't to true, but will be displayed on /sslinfo YourNick<br />
Please copy the 3 certs you made in the mIRC folder: Should be: C:\\Users\YourUserName\AppData\Roaming\mIRC\<br />
PLEASE DO NOT FORGET TO COPY: <span style="font-style: italic;" class="mycode_i">libeay32.dll </span>and <span style="font-style: italic;" class="mycode_i">ssleay32.dll</span> in this folder mentioned above!<br />
<br />
<img src="http://s14.directupload.net/images/130830/xmbsk2vo.jpg" loading="lazy"  alt="[Image: xmbsk2vo.jpg]" class="mycode_img" /><br />
<br />
So and now the mIRC settings:<br />
<br />
<img src="http://s7.directupload.net/images/130830/8sjnburo.jpg" loading="lazy"  alt="[Image: 8sjnburo.jpg]" class="mycode_img" /><br />
<br />
Select yournick.pem in the mIRC -&gt; File -&gt;Select Server -&gt; Options -&gt; SSL asthe Private Key File, the same (yournick.pem) in Certificate Chain File. Leave the trusted authorities empty.<br />
<br />
<img src="http://s7.directupload.net/images/130830/7immbdjq.jpg" loading="lazy"  alt="[Image: 7immbdjq.jpg]" class="mycode_img" /><br />
<br />
Please use ONLY the port 6697 for SSL, by /server irc.icq.com:+6697 OR /server -e irc.icq.com:6697<br />
<br />
if everything will work you will see this notice:<br />
<br />
<img src="http://s14.directupload.net/images/130830/a5c53zel.jpg" loading="lazy"  alt="[Image: a5c53zel.jpg]" class="mycode_img" /><br />
<br />
And /sslinfo YourNick will display your sslinformation, NOTE: you should allow untrusted/invalid sslconnections in order to work with icqnet.<br />
<br />
Thanks for reading.<br />
<br />
Please comment, or add something i maybe forgot, or complain if something isnt working.<br />
<br />
FluX<br />
<br />
PS: If you need help, or something isnt working, or a link is "dead" - just comment or pm me ^^]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NickServ Commands]]></title>
			<link>https://librairc.net/forums/thread-863.html</link>
			<pubDate>Mon, 05 Aug 2013 06:52:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=0">IrCQ-Net</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-863.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="color: red;" class="mycode_color">NickServ Commands </span><span style="color: brown;" class="mycode_color"><br />
<br />
-------------<br />
</span><span style="color: black;" class="mycode_color"><br />
/nickserv REGISTER PASSWORD EMAIL <br />
<br />
/nickserv IDENTIFY PASSWORD   <br />
<br />
/nickserv DROP NICK<br />
<br />
/nickserv GHOST NICK PASSWORD <br />
<br />
/nickserv RELEASE NICK PASSWORD <br />
<br />
/nickserv RECOVER Nick PASSWORD <br />
<br />
/nickserv info Nick <br />
<br />
/nickserv ACCESS ADD IdentD@LocalHost <br />
<br />
/nickserv ACCESS DEL IdentD@LocalHost <br />
<br />
/nickserv SET PASSWD OLDPASS NEWPASS <br />
<br />
/nickserv SET KILL ON   <br />
<br />
/nickserv SET KILL OFF  <br />
<br />
/nickserv SET EMAIL <a href="mailto:user@Chanops.Org" class="mycode_email">user@Chanops.Org</a><br />
<br />
/nickserv SET EMAIL NONE   <br />
<br />
/nickserv SET NOMEMO ON <br />
<br />
/nickserv SET NOMEMO OFF<br />
<br />
/nickserv SET NOOP ON  <br />
<br />
/NickServ SET NOOP OFF <br />
<br />
/nickserv SET NEVEROP ON <br />
<br />
/nickserv SET NEVEROP OFF<br />
<br />
/nickserv SET SECURE ON<br />
<br />
/nickserv SET SECURE OFF </span><span style="color: black;" class="mycode_color"><br />
<br />
/nickserv SET URL <a href="http://www.Chanops.Org" target="_blank" rel="noopener" class="mycode_url">http://www.Chanops.Org</a> <br />
<br />
/nickserv SET URL NONE <br />
<br />
/nickserv SET EMAILMEMOS ON <br />
<br />
/nickserv SET EMAILMEMOS OFF <br />
<br />
/nickserv Set ShowEmail ON<br />
<br />
/nickserv Set ShowEmail OFF<br />
<br />
---------------------------------------------------------------------------------------------<br />
<br />
<br />
<br />
<br />
/msg nickserv set private {ON|OFF} <br />
<br />
/nickserv set noop on <br />
<br />
/nickserv sendpass [nick] [email address]<br />
<br />
<br />
/nickserv acc nickname<br />
<br />
/msg nickserv listchans<br />
<br />
 <br />
/nickserv set passwd oldpassword newpassword<br />
<br />
<br />
/nickserv set enforce on<br />
<br />
/msg NickServ SET HIDEMAIL ON <br />
<br />
/msg NickServ SET NOMEMO ON <br />
<br />
/msg NickServ SET PASSWORD Newpassword<br />
<br />
/msg NickServ SET PROPERTY YourName @<br />
<br />
/msg NickServ SET PRIVATE ON <br />
<br />
<br />
/msg NickServ GHOST nickName Password[/email]</span><span style="color: brown;" class="mycode_color"><br />
-------------------<br />
<br />
</span><span style="color: purple;" class="mycode_color">Thanks <br />
<br />
</span><span style="color: green;" class="mycode_color">Amr Hassan <br />
<br />
</span><span style="color: limegreen;" class="mycode_color">NickName : Amr </span></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="color: red;" class="mycode_color">NickServ Commands </span><span style="color: brown;" class="mycode_color"><br />
<br />
-------------<br />
</span><span style="color: black;" class="mycode_color"><br />
/nickserv REGISTER PASSWORD EMAIL <br />
<br />
/nickserv IDENTIFY PASSWORD   <br />
<br />
/nickserv DROP NICK<br />
<br />
/nickserv GHOST NICK PASSWORD <br />
<br />
/nickserv RELEASE NICK PASSWORD <br />
<br />
/nickserv RECOVER Nick PASSWORD <br />
<br />
/nickserv info Nick <br />
<br />
/nickserv ACCESS ADD IdentD@LocalHost <br />
<br />
/nickserv ACCESS DEL IdentD@LocalHost <br />
<br />
/nickserv SET PASSWD OLDPASS NEWPASS <br />
<br />
/nickserv SET KILL ON   <br />
<br />
/nickserv SET KILL OFF  <br />
<br />
/nickserv SET EMAIL <a href="mailto:user@Chanops.Org" class="mycode_email">user@Chanops.Org</a><br />
<br />
/nickserv SET EMAIL NONE   <br />
<br />
/nickserv SET NOMEMO ON <br />
<br />
/nickserv SET NOMEMO OFF<br />
<br />
/nickserv SET NOOP ON  <br />
<br />
/NickServ SET NOOP OFF <br />
<br />
/nickserv SET NEVEROP ON <br />
<br />
/nickserv SET NEVEROP OFF<br />
<br />
/nickserv SET SECURE ON<br />
<br />
/nickserv SET SECURE OFF </span><span style="color: black;" class="mycode_color"><br />
<br />
/nickserv SET URL <a href="http://www.Chanops.Org" target="_blank" rel="noopener" class="mycode_url">http://www.Chanops.Org</a> <br />
<br />
/nickserv SET URL NONE <br />
<br />
/nickserv SET EMAILMEMOS ON <br />
<br />
/nickserv SET EMAILMEMOS OFF <br />
<br />
/nickserv Set ShowEmail ON<br />
<br />
/nickserv Set ShowEmail OFF<br />
<br />
---------------------------------------------------------------------------------------------<br />
<br />
<br />
<br />
<br />
/msg nickserv set private {ON|OFF} <br />
<br />
/nickserv set noop on <br />
<br />
/nickserv sendpass [nick] [email address]<br />
<br />
<br />
/nickserv acc nickname<br />
<br />
/msg nickserv listchans<br />
<br />
 <br />
/nickserv set passwd oldpassword newpassword<br />
<br />
<br />
/nickserv set enforce on<br />
<br />
/msg NickServ SET HIDEMAIL ON <br />
<br />
/msg NickServ SET NOMEMO ON <br />
<br />
/msg NickServ SET PASSWORD Newpassword<br />
<br />
/msg NickServ SET PROPERTY YourName @<br />
<br />
/msg NickServ SET PRIVATE ON <br />
<br />
<br />
/msg NickServ GHOST nickName Password[/email]</span><span style="color: brown;" class="mycode_color"><br />
-------------------<br />
<br />
</span><span style="color: purple;" class="mycode_color">Thanks <br />
<br />
</span><span style="color: green;" class="mycode_color">Amr Hassan <br />
<br />
</span><span style="color: limegreen;" class="mycode_color">NickName : Amr </span></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[***** MemoServ Help *****]]></title>
			<link>https://librairc.net/forums/thread-755.html</link>
			<pubDate>Wed, 23 Jan 2013 21:01:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=51">BAKKASH</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-755.html</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><div style="text-align: center;" class="mycode_align">***** MemoServ Help *****</div>
<br />
-From MemoServ- HELP displays help information on all commands in services.<br />
<br />
-From MemoServ- Syntax: HELP &lt;command&gt; [parameters]<br />
<br />
-From MemoServ- /msg MemoServ HELP REGISTER<br />
<br />
-From MemoServ- /msg MemoServ HELP SET PASSWORD<br />
<br />
<div style="text-align: center;" class="mycode_align">***** End of Help *****</div></blockquote>
<br />
I say: HELP displays help information on all commands ONLY in Memo services.<br />
<br />
Syntax: HELP &lt;command&gt;<br />
<br />
Example: /msg MemoServ HELP SEND<br />
<br />
Example: /msg MemoServ HELP IGNORE<br />
<br />
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><div style="text-align: center;" class="mycode_align">***** MemoServ Help *****</div>
<br />
-From MemoServ- HELP displays help information on all commands in services.<br />
<br />
-From MemoServ- Syntax: HELP &lt;command&gt; [parameters]<br />
<br />
-From MemoServ- /msg MemoServ HELP REGISTER<br />
<br />
-From MemoServ- /msg MemoServ HELP SET PASSWORD<br />
<br />
<div style="text-align: center;" class="mycode_align">***** End of Help *****</div></blockquote>
<br />
I say: HELP displays help information on all commands ONLY in Memo services.<br />
<br />
Syntax: HELP &lt;command&gt;<br />
<br />
Example: /msg MemoServ HELP SEND<br />
<br />
Example: /msg MemoServ HELP IGNORE<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MemoServ Commands]]></title>
			<link>https://librairc.net/forums/thread-754.html</link>
			<pubDate>Tue, 22 Jan 2013 16:23:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=51">BAKKASH</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-754.html</guid>
			<description><![CDATA[<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">The following commands will provide some information about the servers and are available for all the users (Parameters which are inside &lt;&gt; brackets are mandatory while parameters which are inside [] brackets are optional, While ALL bracket marks are neglected).<br />
</span></span><hr class="mycode_hr" />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">MemoServ</span><br />
<br />
     MemoServ allows you to send memos to registered users.<br />
<br />
Commands which are followed after <span style="font-weight: bold;" class="mycode_b">MemoServ</span> are:<ul class="mycode_list"><li>List</li>
<li>Read</li>
<li>Forward</li>
<li>Send</li>
<li>SendOps</li>
<li>SendGroup</li>
<li>Delete</li>
<li>Ignore<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">Syntax</span></span>: <span style="text-decoration: underline;" class="mycode_u">/MemoServ &lt;command&gt; [parameters]</span> or <span style="text-decoration: underline;" class="mycode_u">/ms &lt;command&gt; [parameters]</span><br />
<br />
     1.<span style="font-weight: bold;" class="mycode_b">LIST</span><br />
Lists all of your memos.<br />
<br />
[sup]LIST[/sup] shows you your memos in your inbox, including who sent them and when. Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ list</code></div></div><br />
     2.<span style="font-weight: bold;" class="mycode_b">READ</span><br />
Reads a memo.<br />
<br />
[sup]READ[/sup] allows you to read your memos (that another user has sent you). You can either read a memo by number or read your new memos. Examples:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ new</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ &lt;memo number&gt;</code></div></div><br />
     3.<span style="font-weight: bold;" class="mycode_b">FORWARD</span><br />
Forwards a memo.<br />
<br />
[sup]FORWARD[/sup] allows you to forward a memo to another account. Useful for a variety of reasons. Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ forward &lt;nickname&gt; &lt;memo number&gt;</code></div></div><br />
     4.<span style="font-weight: bold;" class="mycode_b">SEND</span><br />
Sends a memo to a user.<br />
<br />
[sup]SEND[/sup] allows you to send a memo to a nickname that is offline at the moment, (Maximum 300 characters per memo). And they will be told they have messages waiting for them, ASAP they log on. Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ send &lt;nickname&gt; &lt;your message&gt;</code></div></div><br />
     5.<span style="font-weight: bold;" class="mycode_b">SENDOPS</span><br />
Sends a memo to all Ops on a channel.<br />
<br />
[sup]SENDOPS[/sup] allows you to send a memo to all Ops on a channel. (ONLY users allowed to view the access list can do this). Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ sendops &lt;#channel&gt; &lt;your message&gt;</code></div></div><br />
     6.<span style="font-weight: bold;" class="mycode_b">SENDGROUP</span><br />
Sends a memo to a group.<br />
<br />
[sup]SENDGROUP[/sup] allows you to send a memo to all members of a group who have the +m flag.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ sendgroup &lt;!group&gt; &lt;your message&gt;</code></div></div><br />
     7.<span style="font-weight: bold;" class="mycode_b">DELETE</span><br />
Deletes memos.<br />
<br />
[sup]DELETE[/sup] also <span style="font-weight: bold;" class="mycode_b">DEL</span> allows you to delete memos from your inbox. You can delete ALL memos, all OLD memos (have read) or specify a memo number. (once you delete a memo, the numbers of all subsequent memos will be changed). Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del all</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del old</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del &lt;memo number&gt;</code></div></div><br />
     8.<span style="font-weight: bold;" class="mycode_b">IGNORE</span><br />
Ignores memos.<br />
<br />
[sup]IGNORE[/sup] allows you to ignore|unignore memos from another user. You can either LIST and Clear those users you have put in your blacklist. (Maximum 40 users can be added). Examples:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ add &lt;nickname&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del &lt;nickname&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ list</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ clear</code></div></div><br />
<hr class="mycode_hr" />
<br />
<span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">NOTE</span></span>: IF you have any problem with receiving|sending memos. Please check this:<br />
<a href="http://chanops.org/community/pnplus-bambino/not-receiving-memos/" target="_blank" rel="noopener" class="mycode_url">http://chanops.org/community/pnplus-bamb...ing-memos/</a>]]></description>
			<content:encoded><![CDATA[<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">The following commands will provide some information about the servers and are available for all the users (Parameters which are inside &lt;&gt; brackets are mandatory while parameters which are inside [] brackets are optional, While ALL bracket marks are neglected).<br />
</span></span><hr class="mycode_hr" />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">MemoServ</span><br />
<br />
     MemoServ allows you to send memos to registered users.<br />
<br />
Commands which are followed after <span style="font-weight: bold;" class="mycode_b">MemoServ</span> are:<ul class="mycode_list"><li>List</li>
<li>Read</li>
<li>Forward</li>
<li>Send</li>
<li>SendOps</li>
<li>SendGroup</li>
<li>Delete</li>
<li>Ignore<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="color: blue;" class="mycode_color">Syntax</span></span>: <span style="text-decoration: underline;" class="mycode_u">/MemoServ &lt;command&gt; [parameters]</span> or <span style="text-decoration: underline;" class="mycode_u">/ms &lt;command&gt; [parameters]</span><br />
<br />
     1.<span style="font-weight: bold;" class="mycode_b">LIST</span><br />
Lists all of your memos.<br />
<br />
[sup]LIST[/sup] shows you your memos in your inbox, including who sent them and when. Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ list</code></div></div><br />
     2.<span style="font-weight: bold;" class="mycode_b">READ</span><br />
Reads a memo.<br />
<br />
[sup]READ[/sup] allows you to read your memos (that another user has sent you). You can either read a memo by number or read your new memos. Examples:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ new</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ &lt;memo number&gt;</code></div></div><br />
     3.<span style="font-weight: bold;" class="mycode_b">FORWARD</span><br />
Forwards a memo.<br />
<br />
[sup]FORWARD[/sup] allows you to forward a memo to another account. Useful for a variety of reasons. Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ forward &lt;nickname&gt; &lt;memo number&gt;</code></div></div><br />
     4.<span style="font-weight: bold;" class="mycode_b">SEND</span><br />
Sends a memo to a user.<br />
<br />
[sup]SEND[/sup] allows you to send a memo to a nickname that is offline at the moment, (Maximum 300 characters per memo). And they will be told they have messages waiting for them, ASAP they log on. Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ send &lt;nickname&gt; &lt;your message&gt;</code></div></div><br />
     5.<span style="font-weight: bold;" class="mycode_b">SENDOPS</span><br />
Sends a memo to all Ops on a channel.<br />
<br />
[sup]SENDOPS[/sup] allows you to send a memo to all Ops on a channel. (ONLY users allowed to view the access list can do this). Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ sendops &lt;#channel&gt; &lt;your message&gt;</code></div></div><br />
     6.<span style="font-weight: bold;" class="mycode_b">SENDGROUP</span><br />
Sends a memo to a group.<br />
<br />
[sup]SENDGROUP[/sup] allows you to send a memo to all members of a group who have the +m flag.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ sendgroup &lt;!group&gt; &lt;your message&gt;</code></div></div><br />
     7.<span style="font-weight: bold;" class="mycode_b">DELETE</span><br />
Deletes memos.<br />
<br />
[sup]DELETE[/sup] also <span style="font-weight: bold;" class="mycode_b">DEL</span> allows you to delete memos from your inbox. You can delete ALL memos, all OLD memos (have read) or specify a memo number. (once you delete a memo, the numbers of all subsequent memos will be changed). Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del all</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del old</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del &lt;memo number&gt;</code></div></div><br />
     8.<span style="font-weight: bold;" class="mycode_b">IGNORE</span><br />
Ignores memos.<br />
<br />
[sup]IGNORE[/sup] allows you to ignore|unignore memos from another user. You can either LIST and Clear those users you have put in your blacklist. (Maximum 40 users can be added). Examples:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ add &lt;nickname&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ del &lt;nickname&gt;</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ list</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/MemoServ clear</code></div></div><br />
<hr class="mycode_hr" />
<br />
<span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">NOTE</span></span>: IF you have any problem with receiving|sending memos. Please check this:<br />
<a href="http://chanops.org/community/pnplus-bambino/not-receiving-memos/" target="_blank" rel="noopener" class="mycode_url">http://chanops.org/community/pnplus-bamb...ing-memos/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[User Commands]]></title>
			<link>https://librairc.net/forums/thread-714.html</link>
			<pubDate>Wed, 02 Jan 2013 23:32:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=51">BAKKASH</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-714.html</guid>
			<description><![CDATA[User Commands:-<br />
The following commands could be done by the simple users (You don't have to be an Op) which means they are  for all the users.<br />
<br />
TIP: Please notice that Parameters which are inside &lt;&gt; brackets are mandatory while parameters which are inside [] brackets are optional, And while the speech which inside "" is your talking. (Do NOT forget to deny all brackets, They are only for the Explanation).<br />
<br />
<br />
To display the administrative information for the given server, TIP: If you omitted the server name, then the command will provide information about the server to which you are connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/admin [server]</code></div></div><br />
<br />
To display information about the server that you are connected to including up time, address and version.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/info</code></div></div><br />
<br />
To show all the servers currently linked together on the network.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/links</code></div></div><br />
<br />
To display the current local time and date of the server to which you are connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/time</code></div></div><br />
<br />
To display the current "<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Message Of The Day</span></span>" for the server that you are into.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/motd</code></div></div><br />
<br />
To change your current nickname to the given nick.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/nick &lt;YourNewNick&gt;</code></div></div><br />
<br />
To show short information about the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/who &lt;Nickname&gt;</code></div></div><br />
<br />
To show information about the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/whois &lt;Nickname&gt;</code></div></div><br />
<br />
To show information about the given nickname whom is no longer connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/whowas &lt;Nickname&gt;</code></div></div><br />
<br />
To check whether the given nicknames are currently connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/ison &lt;Nickname1&gt; [Nickname2]</code></div></div><br />
<br />
To view the user@host information for given nicknames.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/userhost &lt;Nickname1&gt; [Nickname2]</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">/list</span></span></span>  views currently available channels matching your search. Examples:-<br />
<ul class="mycode_list"><li>To view all currently available channels, (except the channels are marked as secret/private).<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list</code></div></div><ul class="mycode_list"><li>To view all currently available channels, which contain from 10 to 20 users.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list -min 10 -max 20</code></div></div><ul class="mycode_list"><li>To view a particular channel, such as #Newbies.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list #Newbies</code></div></div><ul class="mycode_list"><li>To view all currently available channels which have the word "friend" in their name.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list *friend*</code></div></div><br />
<br />
<br />
The command <span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">/join</span></span></span> Enters you an existing channel, or creates a new channel if the given name doesn't exist (Probably you might need it to create a new channel for your own, as you'll be automatically Oped in it). Examples - <br />
<ul class="mycode_list"><li>To open a specific channel you know about, such as #Newbies.<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/join #Newbies</code></div></div><ul class="mycode_list"><li>To open a channel as it doesn't exist and you want it for yourself.</li>
</ul>
 (You might need to know how to register a channel <a href="http://chanops.org/community/services-help/how-to-register-a-channel/" target="_blank" rel="noopener" class="mycode_url">http://chanops.org/community/services-he...a-channel/</a>).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/join #MyTestChannel</code></div></div><ul class="mycode_list"><li></li>
</ul>
<br />
<br />
To return a list of users on the given channel. (You must be at the given channel to perform this command).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/names #Channel</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">/me</span></span></span> To tell the current channel/query about what you are doing, as a sopt.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/me "is Laughing out loud"</code></div></div><br />
<br />
To tell all channels those you are at, and all at one time about what you are doing, as a sopt.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/ame "is Having Dinner, BRB"</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/msg</span></span></span> allows you to send a message to the given #channel, Or to start a private with the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg &lt;Nickname|#Channel&gt; "YourMessage"</code></div></div><br />
<br />
To send a message to all channels those you are at, all at one time.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/amsg "YourMessage"</code></div></div><br />
<br />
Also the command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/privmsg</span></span></span> does the same as <span style="color: orange;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: line-through;" class="mycode_s">/msg</span></span></span> , but only to private message the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/privmsg &lt;Nickname&gt; "YouMessage&gt;</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/notice</span></span></span> Allows you to whisper some nick at the channel (No one could see your notice, only the given nivkname). TIP: you can notice channels without being on them only if they don't have +n mode set on.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/notice &lt;Nickname|#channel&gt; "YourNotice"</code></div></div><br />
<br />
To invite the given nick to the given channel.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/invite &lt;Nickname&gt; &lt;#Channel&gt;</code></div></div><br />
<br />
To leave a message explaining that you are not currently paying attention to IRC. (Whenever someone sends you a message, Or does the command <span style="color: orange;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">/whois</span></span> on you, They automatically see whatever message you set ).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/away [&lt;YourMessage&gt;]</code></div></div><br />
<br />
To mark your nick as no longer being away, (Back), If you are already done the command <span style="text-decoration: line-through;" class="mycode_s"><span style="color: orange;" class="mycode_color">away</span></span>.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/away</code></div></div><br />
<br />
To re-join a channel that you are already at, (Leave and re-join).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/cycle [#Channel]</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">/part</span></span></span> Allows you to leave/close the channel that you are at. Examples:-<ul class="mycode_list"><li>To close the currently channel that you are at<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/part</code></div></div><ul class="mycode_list"><li>To close the currently channel while giving a reason</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/part [YourReason]</code></div></div><ul class="mycode_list"><li>To close a particular channel or more than channel that you are at.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/part &lt;#Channel&gt; [#Channel]</code></div></div><ul class="mycode_list"><li></li>
</ul>
<br />
<br />
<br />
To disconnect yourself and mark you as no longer logged, With a reason or a message for people who are on the same channels as you.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/quit [YourReason]</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/mode</span></span></span> such a powerful command gives you control of your own mode, (Please remember that +modechar will enable the mode while -modechar will set this mode off). <br />
TIP: For a complete preview, Please check this <a href="http://chanops.org/community/services-help/user-modes/" target="_blank" rel="noopener" class="mycode_url">http://chanops.org/community/services-help/user-modes/</a><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;YourNickName&gt; &lt;+|-modechar&gt;</code></div></div><br />
<br />
<br />
<br />
TIP: Ehem!... That's not everything, And as I said "<span style="color: purple;" class="mycode_color">The previous commands could be done by the simple users</span>" Which means there are some enormous commands STILL!. ^^<br />
<br />
BAKKASH]]></description>
			<content:encoded><![CDATA[User Commands:-<br />
The following commands could be done by the simple users (You don't have to be an Op) which means they are  for all the users.<br />
<br />
TIP: Please notice that Parameters which are inside &lt;&gt; brackets are mandatory while parameters which are inside [] brackets are optional, And while the speech which inside "" is your talking. (Do NOT forget to deny all brackets, They are only for the Explanation).<br />
<br />
<br />
To display the administrative information for the given server, TIP: If you omitted the server name, then the command will provide information about the server to which you are connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/admin [server]</code></div></div><br />
<br />
To display information about the server that you are connected to including up time, address and version.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/info</code></div></div><br />
<br />
To show all the servers currently linked together on the network.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/links</code></div></div><br />
<br />
To display the current local time and date of the server to which you are connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/time</code></div></div><br />
<br />
To display the current "<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Message Of The Day</span></span>" for the server that you are into.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/motd</code></div></div><br />
<br />
To change your current nickname to the given nick.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/nick &lt;YourNewNick&gt;</code></div></div><br />
<br />
To show short information about the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/who &lt;Nickname&gt;</code></div></div><br />
<br />
To show information about the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/whois &lt;Nickname&gt;</code></div></div><br />
<br />
To show information about the given nickname whom is no longer connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/whowas &lt;Nickname&gt;</code></div></div><br />
<br />
To check whether the given nicknames are currently connected.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/ison &lt;Nickname1&gt; [Nickname2]</code></div></div><br />
<br />
To view the user@host information for given nicknames.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/userhost &lt;Nickname1&gt; [Nickname2]</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">/list</span></span></span>  views currently available channels matching your search. Examples:-<br />
<ul class="mycode_list"><li>To view all currently available channels, (except the channels are marked as secret/private).<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list</code></div></div><ul class="mycode_list"><li>To view all currently available channels, which contain from 10 to 20 users.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list -min 10 -max 20</code></div></div><ul class="mycode_list"><li>To view a particular channel, such as #Newbies.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list #Newbies</code></div></div><ul class="mycode_list"><li>To view all currently available channels which have the word "friend" in their name.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/list *friend*</code></div></div><br />
<br />
<br />
The command <span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">/join</span></span></span> Enters you an existing channel, or creates a new channel if the given name doesn't exist (Probably you might need it to create a new channel for your own, as you'll be automatically Oped in it). Examples - <br />
<ul class="mycode_list"><li>To open a specific channel you know about, such as #Newbies.<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/join #Newbies</code></div></div><ul class="mycode_list"><li>To open a channel as it doesn't exist and you want it for yourself.</li>
</ul>
 (You might need to know how to register a channel <a href="http://chanops.org/community/services-help/how-to-register-a-channel/" target="_blank" rel="noopener" class="mycode_url">http://chanops.org/community/services-he...a-channel/</a>).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/join #MyTestChannel</code></div></div><ul class="mycode_list"><li></li>
</ul>
<br />
<br />
To return a list of users on the given channel. (You must be at the given channel to perform this command).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/names #Channel</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">/me</span></span></span> To tell the current channel/query about what you are doing, as a sopt.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/me "is Laughing out loud"</code></div></div><br />
<br />
To tell all channels those you are at, and all at one time about what you are doing, as a sopt.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/ame "is Having Dinner, BRB"</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/msg</span></span></span> allows you to send a message to the given #channel, Or to start a private with the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg &lt;Nickname|#Channel&gt; "YourMessage"</code></div></div><br />
<br />
To send a message to all channels those you are at, all at one time.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/amsg "YourMessage"</code></div></div><br />
<br />
Also the command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/privmsg</span></span></span> does the same as <span style="color: orange;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: line-through;" class="mycode_s">/msg</span></span></span> , but only to private message the given nickname.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/privmsg &lt;Nickname&gt; "YouMessage&gt;</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/notice</span></span></span> Allows you to whisper some nick at the channel (No one could see your notice, only the given nivkname). TIP: you can notice channels without being on them only if they don't have +n mode set on.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/notice &lt;Nickname|#channel&gt; "YourNotice"</code></div></div><br />
<br />
To invite the given nick to the given channel.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/invite &lt;Nickname&gt; &lt;#Channel&gt;</code></div></div><br />
<br />
To leave a message explaining that you are not currently paying attention to IRC. (Whenever someone sends you a message, Or does the command <span style="color: orange;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u">/whois</span></span> on you, They automatically see whatever message you set ).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/away [&lt;YourMessage&gt;]</code></div></div><br />
<br />
To mark your nick as no longer being away, (Back), If you are already done the command <span style="text-decoration: line-through;" class="mycode_s"><span style="color: orange;" class="mycode_color">away</span></span>.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/away</code></div></div><br />
<br />
To re-join a channel that you are already at, (Leave and re-join).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/cycle [#Channel]</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">/part</span></span></span> Allows you to leave/close the channel that you are at. Examples:-<ul class="mycode_list"><li>To close the currently channel that you are at<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/part</code></div></div><ul class="mycode_list"><li>To close the currently channel while giving a reason</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/part [YourReason]</code></div></div><ul class="mycode_list"><li>To close a particular channel or more than channel that you are at.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/part &lt;#Channel&gt; [#Channel]</code></div></div><ul class="mycode_list"><li></li>
</ul>
<br />
<br />
<br />
To disconnect yourself and mark you as no longer logged, With a reason or a message for people who are on the same channels as you.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/quit [YourReason]</code></div></div><br />
<br />
The command <span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">/mode</span></span></span> such a powerful command gives you control of your own mode, (Please remember that +modechar will enable the mode while -modechar will set this mode off). <br />
TIP: For a complete preview, Please check this <a href="http://chanops.org/community/services-help/user-modes/" target="_blank" rel="noopener" class="mycode_url">http://chanops.org/community/services-help/user-modes/</a><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;YourNickName&gt; &lt;+|-modechar&gt;</code></div></div><br />
<br />
<br />
<br />
TIP: Ehem!... That's not everything, And as I said "<span style="color: purple;" class="mycode_color">The previous commands could be done by the simple users</span>" Which means there are some enormous commands STILL!. ^^<br />
<br />
BAKKASH]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ChanServ Commands Flags ]]></title>
			<link>https://librairc.net/forums/thread-665.html</link>
			<pubDate>Sat, 17 Nov 2012 16:55:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=0">[3mr]</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-665.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">
                Flags<br />
<br />
<br />
/msg chanserv flags #chan *!*@* +V<br />
<br />
/msg chanserv flags #chan *!*@* -V<br />
<br />
<br />
FOUNDER = +AFORqafhiorstv<br />
<br />
SOP = +AOafhiorstv<br />
<br />
AOP = +AOhiortv<br />
<br />
HOP = +AHVhtv<br />
<br />
VOP = +AV<br />
<br />
<br />
<br />
<br />
/cs Flags #Chan nickname -!<br />
/cs Flags #Chan nickname +!<br />
<br />
<br />
 +v - Enables use of the voice/devoice commands.<br />
-<br />
 +V - Enables automatic voice.<br />
-<br />
 +h - Enables use of the halfop/dehalfop commands.<br />
-<br />
 +H - Enables automatic halfop.<br />
-<br />
 +o - Enables use of the op/deop commands.<br />
-<br />
 +O - Enables automatic op.<br />
-<br />
 +a - Enables use of the protect/deprotect commands.<br />
-<br />
 +q - Enables use of the owner/deowner commands.<br />
-<br />
 +s - Enables use of the set command.<br />
-<br />
 +i - Enables use of the invite and getkey commands.<br />
-<br />
 +r - Enables use of the kick, kickban, ban and unban commands.<br />
-<br />
 +R - Enables use of the recover and clear commands.<br />
-<br />
 +f - Enables modification of channel access lists.<br />
-<br />
 +t - Enables use of the topic and topicappend commands.<br />
-<br />
 +A - Enables viewing of channel access lists.<br />
-<br />
 +S - Marks the user as a successor.<br />
-<br />
 +F - Grants full founder access.<br />
-<br />
 +b - Enables automatic kickban.<br />
</div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">
                Flags<br />
<br />
<br />
/msg chanserv flags #chan *!*@* +V<br />
<br />
/msg chanserv flags #chan *!*@* -V<br />
<br />
<br />
FOUNDER = +AFORqafhiorstv<br />
<br />
SOP = +AOafhiorstv<br />
<br />
AOP = +AOhiortv<br />
<br />
HOP = +AHVhtv<br />
<br />
VOP = +AV<br />
<br />
<br />
<br />
<br />
/cs Flags #Chan nickname -!<br />
/cs Flags #Chan nickname +!<br />
<br />
<br />
 +v - Enables use of the voice/devoice commands.<br />
-<br />
 +V - Enables automatic voice.<br />
-<br />
 +h - Enables use of the halfop/dehalfop commands.<br />
-<br />
 +H - Enables automatic halfop.<br />
-<br />
 +o - Enables use of the op/deop commands.<br />
-<br />
 +O - Enables automatic op.<br />
-<br />
 +a - Enables use of the protect/deprotect commands.<br />
-<br />
 +q - Enables use of the owner/deowner commands.<br />
-<br />
 +s - Enables use of the set command.<br />
-<br />
 +i - Enables use of the invite and getkey commands.<br />
-<br />
 +r - Enables use of the kick, kickban, ban and unban commands.<br />
-<br />
 +R - Enables use of the recover and clear commands.<br />
-<br />
 +f - Enables modification of channel access lists.<br />
-<br />
 +t - Enables use of the topic and topicappend commands.<br />
-<br />
 +A - Enables viewing of channel access lists.<br />
-<br />
 +S - Marks the user as a successor.<br />
-<br />
 +F - Grants full founder access.<br />
-<br />
 +b - Enables automatic kickban.<br />
</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to ignore someone using silence command]]></title>
			<link>https://librairc.net/forums/thread-593.html</link>
			<pubDate>Sun, 26 Aug 2012 15:17:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-593.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/silence [+|-]&lt;hostmask|nickname&gt; [p|c|i|n|t|a|x]

The following meanings of each flag:

    p = Block private PRIVMSG
    c = Block public PRIVMSG (to a channel)
    i = Block INVITE
    n = Block private NOTICE
    t = Block public NOTICE (to a channel)
    a = Block all the above types
    x = Exception.</code></div></div><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b"><br />
Example:</span></span><br />
<ul class="mycode_list"><li>If you want to ignore someone from <span style="font-weight: bold;" class="mycode_b">Private</span> with nickname <span style="font-weight: bold;" class="mycode_b">Histen</span> <br />
</li>
</ul>
     <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/silence +Histen p</code></div></div><ul class="mycode_list"><li>If you want to ignore <span style="font-weight: bold;" class="mycode_b">Histen</span> IP from your <span style="font-weight: bold;" class="mycode_b">Private</span>  lets say as he keep changing the nick and bug you over so for example his IP is <span style="font-weight: bold;" class="mycode_b">FA0226.ACF033.D0C64D.9730CE</span><br />
</li>
</ul>
     <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/silence +*!*@FA0226.ACF033.D0C64D.9730CE p</code></div></div><br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Please Note:</span></span><br />
<ul class="mycode_list"><li>If you want to remove someone from the <span style="font-weight: bold;" class="mycode_b">silence</span> just replace the + with -<br />
</li>
<li>To get you silence list command used is just <span style="font-weight: bold;" class="mycode_b">/silence</span> and you shall get the info in your status page.<br />
</li>
<li>If some people wonder how to get others IP you just use /whois nickname and his IP with the rooms he in will appear in your status.<br />
</li>
</ul>
thanks for all and hope it was useful and clear.. <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> ]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/silence [+|-]&lt;hostmask|nickname&gt; [p|c|i|n|t|a|x]

The following meanings of each flag:

    p = Block private PRIVMSG
    c = Block public PRIVMSG (to a channel)
    i = Block INVITE
    n = Block private NOTICE
    t = Block public NOTICE (to a channel)
    a = Block all the above types
    x = Exception.</code></div></div><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b"><br />
Example:</span></span><br />
<ul class="mycode_list"><li>If you want to ignore someone from <span style="font-weight: bold;" class="mycode_b">Private</span> with nickname <span style="font-weight: bold;" class="mycode_b">Histen</span> <br />
</li>
</ul>
     <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/silence +Histen p</code></div></div><ul class="mycode_list"><li>If you want to ignore <span style="font-weight: bold;" class="mycode_b">Histen</span> IP from your <span style="font-weight: bold;" class="mycode_b">Private</span>  lets say as he keep changing the nick and bug you over so for example his IP is <span style="font-weight: bold;" class="mycode_b">FA0226.ACF033.D0C64D.9730CE</span><br />
</li>
</ul>
     <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/silence +*!*@FA0226.ACF033.D0C64D.9730CE p</code></div></div><br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Please Note:</span></span><br />
<ul class="mycode_list"><li>If you want to remove someone from the <span style="font-weight: bold;" class="mycode_b">silence</span> just replace the + with -<br />
</li>
<li>To get you silence list command used is just <span style="font-weight: bold;" class="mycode_b">/silence</span> and you shall get the info in your status page.<br />
</li>
<li>If some people wonder how to get others IP you just use /whois nickname and his IP with the rooms he in will appear in your status.<br />
</li>
</ul>
thanks for all and hope it was useful and clear.. <img src="https://librairc.net/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Chanops Exception: mode +X]]></title>
			<link>https://librairc.net/forums/thread-217.html</link>
			<pubDate>Mon, 20 Feb 2012 17:36:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=19">^WiZard</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-217.html</guid>
			<description><![CDATA[well i asked for this module to be loaded and (for a change) it was <img src="https://librairc.net/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> so here it comes:<br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Name</span>: <span style="text-decoration: underline;" class="mycode_u">Chanops Exception</span> <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Usage</span>: <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #CHANNEL +X PERMISSION:MODE</code></div></div> <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Example</span>: /mode #omerta +X filter:o <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Effect</span>: This mode allows channel-operators (or other users) to override certain channel modes, like filter (+g), no caps (+B), etc. <br />
    PERMISSION indicates the channel mode to override, MODE indicates which mode the user most at least have (q, a, o, h or v). <br />
    In the above example, operators and higher will override (they won't be affected by) the filters (+g-mode). <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Available Permissions</span>: blockcaps (+B), blockcolor (+c), filter (+g), flood (+f), nickflood (+F), noctcp (+C), nonick (+N), nonotice (+T), regmoderated (+M), stripcolor (+S). <br />
    You can also enter topiclock (+t). This will however lock the topic to users without this exception if +t is set on the channel. <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Example</span>: /mode #omerta +X topiclock:q <br />
    If this is set, only users with +q (~) will be able to change the topic. ]]></description>
			<content:encoded><![CDATA[well i asked for this module to be loaded and (for a change) it was <img src="https://librairc.net/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> so here it comes:<br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Name</span>: <span style="text-decoration: underline;" class="mycode_u">Chanops Exception</span> <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Usage</span>: <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #CHANNEL +X PERMISSION:MODE</code></div></div> <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Example</span>: /mode #omerta +X filter:o <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Effect</span>: This mode allows channel-operators (or other users) to override certain channel modes, like filter (+g), no caps (+B), etc. <br />
    PERMISSION indicates the channel mode to override, MODE indicates which mode the user most at least have (q, a, o, h or v). <br />
    In the above example, operators and higher will override (they won't be affected by) the filters (+g-mode). <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Available Permissions</span>: blockcaps (+B), blockcolor (+c), filter (+g), flood (+f), nickflood (+F), noctcp (+C), nonick (+N), nonotice (+T), regmoderated (+M), stripcolor (+S). <br />
    You can also enter topiclock (+t). This will however lock the topic to users without this exception if +t is set on the channel. <br />
<br />
    <span style="font-weight: bold;" class="mycode_b">Example</span>: /mode #omerta +X topiclock:q <br />
    If this is set, only users with +q (~) will be able to change the topic. ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to add access to your channel using flags]]></title>
			<link>https://librairc.net/forums/thread-101.html</link>
			<pubDate>Mon, 28 Nov 2011 13:13:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-101.html</guid>
			<description><![CDATA[<ul class="mycode_list"><li>The last days few people were asking at #ophelp about using flags ..i will try to talk about how to use them.</li>
</ul>
<br />
<span style="color: teal;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">List of all the flags:</span></span></span></span><br />
<ul class="mycode_list"><li>To get the list you can type</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv help flags</code></div></div><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+v</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the voice/devoice commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+V</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic voice.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+h</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the halfop/dehalfop commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+H</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic halfop.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+o</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the op/deop commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+O</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic op.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+a</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the protect/deprotect commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+q</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the owner/deowner commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+s</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the set command.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+i</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the invite and getkey commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+r</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the kick, kickban, ban and unban commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+R</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the recover and clear commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+f</span></span> - <span style="color: orange;" class="mycode_color">Enables modification of channel access lists.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+t</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the topic and topicappend commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+A</span></span> - <span style="color: orange;" class="mycode_color">Enables viewing of channel access lists.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+S</span></span> - <span style="color: orange;" class="mycode_color">Marks the user as a successor.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+F</span></span> - <span style="color: orange;" class="mycode_color">Grants full founder access.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+b</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic kickban.</span><br />
<br />
<br />
<br />
<span style="color: teal;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">How to use:</span></span></span></span><br />
<ul class="mycode_list"><li>You can choose any of these flags to add it to specify nickname also you can add more than one flag.<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +O

/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +AO</code></div></div><br />
<span style="color: teal;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">How to remove someone from access:</span></span></span></span><br />
<ul class="mycode_list"><li>There are two ways for that.</li>
</ul>
<ul class="mycode_list"><li>1-You can check what access he got and remove its flag.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; -AO</code></div></div><ul class="mycode_list"><li>2-You can use this flag to remove any access to any nickname.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; -*</code></div></div><br />
<ul class="mycode_list"><li>There are some default roles for access are made when you register your channel</li>
</ul>
<br />
<span style="color: teal;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">List of channel-defined roles:</span></span></span></span><br />
<ul class="mycode_list"><li><span style="color: red;" class="mycode_color">FOUNDER</span> = <span style="color: orange;" class="mycode_color">+AFOafhiorstv</span><br />
<br />
<span style="color: red;" class="mycode_color">SOP</span> = <span style="color: orange;" class="mycode_color">+AOafhiorstv</span><br />
<br />
<span style="color: red;" class="mycode_color">AOP</span> = <span style="color: orange;" class="mycode_color">+AOhiortv</span><br />
<br />
<span style="color: red;" class="mycode_color">HOP</span> = <span style="color: orange;" class="mycode_color">+AHVhtv</span><br />
<br />
<span style="color: red;" class="mycode_color">VOP</span> = <span style="color: orange;" class="mycode_color">+AV</span><br />
<br />
<ul class="mycode_list"><li>Using them will be the same way like the pervious one<br />
<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +AOafhiorstv

or

/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; SOP</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; FOUNDER

or

/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +AFOafhiorstv</code></div></div><br />
<br />
<span style="color: teal;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">How to see the flags thats already set in your channel:</span></span></span></span><br />
<ul class="mycode_list"><li>For specify nickname</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt;</code></div></div><ul class="mycode_list"><li>For all the nicknames</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Please Note:</span></span></span> be aware from giving Founder access to anyone as it will be the same access as your if you are the one who registered the channel ... as he can from you from access or drop the channel.</li>
</ul></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<ul class="mycode_list"><li>The last days few people were asking at #ophelp about using flags ..i will try to talk about how to use them.</li>
</ul>
<br />
<span style="color: teal;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">List of all the flags:</span></span></span></span><br />
<ul class="mycode_list"><li>To get the list you can type</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv help flags</code></div></div><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+v</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the voice/devoice commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+V</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic voice.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+h</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the halfop/dehalfop commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+H</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic halfop.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+o</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the op/deop commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+O</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic op.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+a</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the protect/deprotect commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+q</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the owner/deowner commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+s</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the set command.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+i</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the invite and getkey commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+r</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the kick, kickban, ban and unban commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+R</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the recover and clear commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+f</span></span> - <span style="color: orange;" class="mycode_color">Enables modification of channel access lists.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+t</span></span> - <span style="color: orange;" class="mycode_color">Enables use of the topic and topicappend commands.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+A</span></span> - <span style="color: orange;" class="mycode_color">Enables viewing of channel access lists.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+S</span></span> - <span style="color: orange;" class="mycode_color">Marks the user as a successor.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+F</span></span> - <span style="color: orange;" class="mycode_color">Grants full founder access.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: red;" class="mycode_color">+b</span></span> - <span style="color: orange;" class="mycode_color">Enables automatic kickban.</span><br />
<br />
<br />
<br />
<span style="color: teal;" class="mycode_color"><span style="text-decoration: underline;" class="mycode_u"><span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">How to use:</span></span></span></span><br />
<ul class="mycode_list"><li>You can choose any of these flags to add it to specify nickname also you can add more than one flag.<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +O

/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +AO</code></div></div><br />
<span style="color: teal;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">How to remove someone from access:</span></span></span></span><br />
<ul class="mycode_list"><li>There are two ways for that.</li>
</ul>
<ul class="mycode_list"><li>1-You can check what access he got and remove its flag.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; -AO</code></div></div><ul class="mycode_list"><li>2-You can use this flag to remove any access to any nickname.</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; -*</code></div></div><br />
<ul class="mycode_list"><li>There are some default roles for access are made when you register your channel</li>
</ul>
<br />
<span style="color: teal;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">List of channel-defined roles:</span></span></span></span><br />
<ul class="mycode_list"><li><span style="color: red;" class="mycode_color">FOUNDER</span> = <span style="color: orange;" class="mycode_color">+AFOafhiorstv</span><br />
<br />
<span style="color: red;" class="mycode_color">SOP</span> = <span style="color: orange;" class="mycode_color">+AOafhiorstv</span><br />
<br />
<span style="color: red;" class="mycode_color">AOP</span> = <span style="color: orange;" class="mycode_color">+AOhiortv</span><br />
<br />
<span style="color: red;" class="mycode_color">HOP</span> = <span style="color: orange;" class="mycode_color">+AHVhtv</span><br />
<br />
<span style="color: red;" class="mycode_color">VOP</span> = <span style="color: orange;" class="mycode_color">+AV</span><br />
<br />
<ul class="mycode_list"><li>Using them will be the same way like the pervious one<br />
<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +AOafhiorstv

or

/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; SOP</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; FOUNDER

or

/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt; +AFOafhiorstv</code></div></div><br />
<br />
<span style="color: teal;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">How to see the flags thats already set in your channel:</span></span></span></span><br />
<ul class="mycode_list"><li>For specify nickname</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt; &lt;nickname&gt;</code></div></div><ul class="mycode_list"><li>For all the nicknames</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/msg chanserv flags #&lt;channel&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Please Note:</span></span></span> be aware from giving Founder access to anyone as it will be the same access as your if you are the one who registered the channel ... as he can from you from access or drop the channel.</li>
</ul></li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to regain your nickname]]></title>
			<link>https://librairc.net/forums/thread-68.html</link>
			<pubDate>Tue, 08 Nov 2011 11:17:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-68.html</guid>
			<description><![CDATA[<ul class="mycode_list"><li>There are many ways for you to regain your nick i will let you see the easiest on of them.</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">How to make regain for your nickname</span></span><br />
<ul class="mycode_list"><li>To do this you have to use one of these 2 ways</li>
</ul>
<br />
1- Type this command and then the nick will be regain immediately <span style="font-weight: bold;" class="mycode_b">/msg nickserv regain &lt;nickname&gt; &lt;password&gt;</span> if you didnt regain you nick after this command change your nick to the nick you want to regain it <span style="font-weight: bold;" class="mycode_b">/nick yournick</span> then it shall work  fine.<br />
<br />
2- Type this command <span style="font-weight: bold;" class="mycode_b">/msg nickserv ghost &lt;nickname&gt; &lt;password&gt;</span> and then you need to type <span style="font-weight: bold;" class="mycode_b">/nick yournick</span> as the ghost command used to disconnect the one who is using your nick so u can make sometime ghost and don't change your nick just if you dont want someone use your nick. <img src="https://librairc.net/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">How i know that i need to use the regain command</span></span><br />
<br />
1- Someone is using my nick and online with it<br />
<br />
2- After i login i found my nick changed automatic to <span style="font-weight: bold;" class="mycode_b">Guest</span> and when i try to get it back it give me this message<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Invalid nickname- nickname: Registered nickname.</blockquote>
<br />
This is normally happen when you dont identify fast so just use the way number 1 and then you will get your nick back.]]></description>
			<content:encoded><![CDATA[<ul class="mycode_list"><li>There are many ways for you to regain your nick i will let you see the easiest on of them.</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">How to make regain for your nickname</span></span><br />
<ul class="mycode_list"><li>To do this you have to use one of these 2 ways</li>
</ul>
<br />
1- Type this command and then the nick will be regain immediately <span style="font-weight: bold;" class="mycode_b">/msg nickserv regain &lt;nickname&gt; &lt;password&gt;</span> if you didnt regain you nick after this command change your nick to the nick you want to regain it <span style="font-weight: bold;" class="mycode_b">/nick yournick</span> then it shall work  fine.<br />
<br />
2- Type this command <span style="font-weight: bold;" class="mycode_b">/msg nickserv ghost &lt;nickname&gt; &lt;password&gt;</span> and then you need to type <span style="font-weight: bold;" class="mycode_b">/nick yournick</span> as the ghost command used to disconnect the one who is using your nick so u can make sometime ghost and don't change your nick just if you dont want someone use your nick. <img src="https://librairc.net/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">How i know that i need to use the regain command</span></span><br />
<br />
1- Someone is using my nick and online with it<br />
<br />
2- After i login i found my nick changed automatic to <span style="font-weight: bold;" class="mycode_b">Guest</span> and when i try to get it back it give me this message<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Invalid nickname- nickname: Registered nickname.</blockquote>
<br />
This is normally happen when you dont identify fast so just use the way number 1 and then you will get your nick back.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Channel Modes]]></title>
			<link>https://librairc.net/forums/thread-55.html</link>
			<pubDate>Thu, 27 Oct 2011 02:45:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-55.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Access List:</span></span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ v ] [nick]</span> Gives voice to [nick]. Voiced users have no real power, the only thing special about being voiced is being able to speak when mode +m is set.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +v &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ h ] [nick]</span> Gives halfop status to the user (+o and above only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +h &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ o ] [nick]</span> Gives operator status to the user.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +o &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ a ] [nick]</span>Gives protect status to the user, preventing them from being kicked (+q only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +a &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ q ] [nick]</span> Gives owner status to the user, preventing them from being kicked (Services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +q &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">List Modes:</span></span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ b ][n!u@h]</span> Bans matching hostmask = nick!ident@host from joining the channel. Also, be sure to check out the extbans. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +b &lt;hostmask&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ e ][n!u@h]</span> Excepts hostmask = nick!ident@host from bans. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +e &lt;hostmask&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ I ][n!u@h]</span> Excepts hostmask = nick!ident@host from chmode +i, allowing matching users to join while the channel is invite-only (chan mode +i).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +I &lt;hostmask&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ g ][keyword]</span> Blocks messages matching the given keyword. eg: (/mode +g *key*word*)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +g [keyword]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Other Modes:</span></span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ c ]</span> Blocks messages containing mIRC colour codes.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +c</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ d ][sec]</span>Disallows a user from talking in the channel unless they've been joined for [num] seconds. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +d [sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ f ]{*}[num]:[sec]</span> Allows only [num] messages from a user every [sec] seconds. Exceeding this will enact a KICK on the offending user (or ban if the * is included.)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +f {*}[line]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ i ]</span> Makes the channel invite-only. Users can only join if an operator uses /INVITE to invite them.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +i</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ j ][num]:[sec]</span> Allows only [num] users to join the channel in [sec] seconds.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +j [num]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ k ][key]</span> Sets a key on the channel (password).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +k [key]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ l ][number]</span> Sets the channel limit to [number]. Once the limit is reached, no more users can join.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +l [number]</code></div></div><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ m ]</span>Enable moderation. Only users with +v or higher can speak.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +m</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ n ]</span> Blocks users who are not members of the channel from messaging it.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +n</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ p ]</span> Make channel private, hiding it in user's whoises and replacing it with * in /LIST, but WILL still show up in your WHOIS.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +p</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ r ]</span> Marks the channel as registered with Services (Services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +r</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ s ]</span> Make channel secret, hiding it in user's whoises and /LIST.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +s</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ t ]</span> Only users with +h or higher can change the topic.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +t</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ A ]</span> Allows all users in the channel to use /INVITE, even if they don't have half-op or above.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +A</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ B ]</span> Blocks messages with too many capital letters, as determined by the network configuration.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +B</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ C ]</span> Blocks any CTCPs to the channel. (CTCPs are Client to Client Protocols its a set of rules thats are  between one client and another it work for the commands that are direct and doesnt need an accept or refuse like ping finger time version and DCC. etc)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +C</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ F ][num]:[sec]</span> Allows only [num] nick changes every [sec] seconds in a channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +F [numb]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ G ]</span> Censors messages to the channel based on the network configuration.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +G</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ H ][num<img src="https://librairc.net/forums/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />ec]</span> Displays the last [num] lines of chat to a user joining a channel; [sec] is the maximum time to keep lines in the history buffer. Designed so that the <br />
<br />
new user knows what the current topic of conversation is when joining the channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +H [numb]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ J ][sec]</span> Disallows a user from joining [sec] seconds after being kicked.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +J [sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ K ]</span> Blocks /KNOCK on the channel. (/KNOCK is used when the channel is +i as it sends notice at the room while u cant join it)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +K</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ L ][channel]</span> If the channel reaches its limit set by +l, users will be redirected to [channel] .<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +L #[channel]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ M ]</span> Blocks unregistered users from speaking.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +M</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ N ]</span> Prevents users on the channel from changing nickname.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +N</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ O ]</span> Channel is IRCops only (IRCops only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +O</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ P ]</span> Makes the channel permanent; Bans, invites, the topic, modes, and such will not be lost when it empties (IRCops only)..<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +P</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ Q ]</span> Only ulined servers and their users can kick other users. (ulined servers like chanserv, ircops etc)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +Q</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ R ]</span> Blocks unregistered users from joining.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +R</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ S ]</span> Strips mIRC colour codes from messages to the channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +S</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ T ]</span> Blocks /NOTICEs to the channel from users who are not at least halfop.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +T</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ X ][Permission]:[Mode]</span> It allows channel-operators (or other users) to override certain channel modes.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Permission: </span> blockcaps (+B), blockcolor (+c), filter (+g), flood (+f), nickflood (+F), noctcp (+C), nonick (+N), nonotice (+T), regmoderated (+M), stripcolor (+S) and topiclock (+t). <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Modes: </span> (q, a, o, h or v) = (owner, protect, fullop, halfop, voice).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +X topiclock:o</code></div></div>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Access List:</span></span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ v ] [nick]</span> Gives voice to [nick]. Voiced users have no real power, the only thing special about being voiced is being able to speak when mode +m is set.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +v &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ h ] [nick]</span> Gives halfop status to the user (+o and above only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +h &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ o ] [nick]</span> Gives operator status to the user.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +o &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ a ] [nick]</span>Gives protect status to the user, preventing them from being kicked (+q only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +a &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ q ] [nick]</span> Gives owner status to the user, preventing them from being kicked (Services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +q &lt;nickname&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">List Modes:</span></span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ b ][n!u@h]</span> Bans matching hostmask = nick!ident@host from joining the channel. Also, be sure to check out the extbans. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +b &lt;hostmask&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ e ][n!u@h]</span> Excepts hostmask = nick!ident@host from bans. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +e &lt;hostmask&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ I ][n!u@h]</span> Excepts hostmask = nick!ident@host from chmode +i, allowing matching users to join while the channel is invite-only (chan mode +i).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +I &lt;hostmask&gt;</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ g ][keyword]</span> Blocks messages matching the given keyword. eg: (/mode +g *key*word*)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +g [keyword]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Other Modes:</span></span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ c ]</span> Blocks messages containing mIRC colour codes.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +c</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ d ][sec]</span>Disallows a user from talking in the channel unless they've been joined for [num] seconds. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +d [sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ f ]{*}[num]:[sec]</span> Allows only [num] messages from a user every [sec] seconds. Exceeding this will enact a KICK on the offending user (or ban if the * is included.)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +f {*}[line]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ i ]</span> Makes the channel invite-only. Users can only join if an operator uses /INVITE to invite them.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +i</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ j ][num]:[sec]</span> Allows only [num] users to join the channel in [sec] seconds.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +j [num]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ k ][key]</span> Sets a key on the channel (password).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +k [key]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ l ][number]</span> Sets the channel limit to [number]. Once the limit is reached, no more users can join.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +l [number]</code></div></div><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ m ]</span>Enable moderation. Only users with +v or higher can speak.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +m</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ n ]</span> Blocks users who are not members of the channel from messaging it.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +n</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ p ]</span> Make channel private, hiding it in user's whoises and replacing it with * in /LIST, but WILL still show up in your WHOIS.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +p</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ r ]</span> Marks the channel as registered with Services (Services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +r</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ s ]</span> Make channel secret, hiding it in user's whoises and /LIST.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +s</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ t ]</span> Only users with +h or higher can change the topic.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +t</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ A ]</span> Allows all users in the channel to use /INVITE, even if they don't have half-op or above.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +A</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ B ]</span> Blocks messages with too many capital letters, as determined by the network configuration.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +B</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ C ]</span> Blocks any CTCPs to the channel. (CTCPs are Client to Client Protocols its a set of rules thats are  between one client and another it work for the commands that are direct and doesnt need an accept or refuse like ping finger time version and DCC. etc)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +C</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ F ][num]:[sec]</span> Allows only [num] nick changes every [sec] seconds in a channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +F [numb]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ G ]</span> Censors messages to the channel based on the network configuration.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +G</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ H ][num<img src="https://librairc.net/forums/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />ec]</span> Displays the last [num] lines of chat to a user joining a channel; [sec] is the maximum time to keep lines in the history buffer. Designed so that the <br />
<br />
new user knows what the current topic of conversation is when joining the channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +H [numb]:[sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ J ][sec]</span> Disallows a user from joining [sec] seconds after being kicked.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +J [sec]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ K ]</span> Blocks /KNOCK on the channel. (/KNOCK is used when the channel is +i as it sends notice at the room while u cant join it)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +K</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ L ][channel]</span> If the channel reaches its limit set by +l, users will be redirected to [channel] .<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +L #[channel]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ M ]</span> Blocks unregistered users from speaking.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +M</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ N ]</span> Prevents users on the channel from changing nickname.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +N</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ O ]</span> Channel is IRCops only (IRCops only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +O</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ P ]</span> Makes the channel permanent; Bans, invites, the topic, modes, and such will not be lost when it empties (IRCops only)..<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +P</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ Q ]</span> Only ulined servers and their users can kick other users. (ulined servers like chanserv, ircops etc)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +Q</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ R ]</span> Blocks unregistered users from joining.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +R</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ S ]</span> Strips mIRC colour codes from messages to the channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +S</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ T ]</span> Blocks /NOTICEs to the channel from users who are not at least halfop.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +T</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">[ X ][Permission]:[Mode]</span> It allows channel-operators (or other users) to override certain channel modes.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Permission: </span> blockcaps (+B), blockcolor (+c), filter (+g), flood (+f), nickflood (+F), noctcp (+C), nonick (+N), nonotice (+T), regmoderated (+M), stripcolor (+S) and topiclock (+t). <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Modes: </span> (q, a, o, h or v) = (owner, protect, fullop, halfop, voice).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #&lt;channel&gt; +X topiclock:o</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[User Modes]]></title>
			<link>https://librairc.net/forums/thread-51.html</link>
			<pubDate>Mon, 24 Oct 2011 01:05:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-51.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Command:</span></span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±&lt;letter&gt;</code></div></div><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span></span> You can only change your own user modes ONLY.</li>
</ul>
 <br />
<br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ c ]</span> = Blocks private messages and notices from users who do not share a common channel with you.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±c</code></div></div><br />
 <br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ d ]</span> = Deaf mode. User will not recieve any messages or notices from channels they are in.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±d</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ g ]</span> = Provides control over who can private-message a user via /ACCEPT lists. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±g</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ h ]</span> = Marks as 'available for help' in WHOIS (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±h</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ i ]</span> = Makes invisible to /WHO if the user using /WHO is not in a common channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±i</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ k ]</span> = Prevents the user from being kicked from channels, or having op modes removed from them (services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±k</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ o ]</span> = Marks as a IRC operator.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±o</code></div></div><br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ r ]</span> = Marks as having a registered nickname (services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±r</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ s ]</span> = Receives server notices specified by [mask] (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±s</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ w </span>] = Receives wallops messages.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±w</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ x ]</span> = Gives a cloaked hostname.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±x</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ B ]</span> = Marks as a bot.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±B</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ G ]</span> = Censors messages sent to the user based on filters configured for the network.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±G</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ H ]</span> = Hides an oper's oper status from WHOIS (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±H</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ I ]</span> = Hides a user's entire channel list in WHOIS from non-IRCops (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±I</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ Q ]</span> = Makes an operator invisible, preventing users from seeing their presence, including in channel user lists (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±Q</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ R ]</span> = Blocks private messages from unregistered users.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±R</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ S ]</span> = Strips mIRC colour/bold/underline codes out of private messages to the user.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±S</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ T ]</span> = Prevents you from receiving CTCPs. (CTCPs are Client to Client Protocols its a set of rules thats are  between one client and another it work for the commands that are direct and doesnt need an accept or refuse like ping finger time version and DCC. etc)<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±T</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ W ]</span> = Receives notification when a user uses WHOIS on them (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±W</code></div></div>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Command:</span></span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±&lt;letter&gt;</code></div></div><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span></span> You can only change your own user modes ONLY.</li>
</ul>
 <br />
<br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ c ]</span> = Blocks private messages and notices from users who do not share a common channel with you.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±c</code></div></div><br />
 <br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ d ]</span> = Deaf mode. User will not recieve any messages or notices from channels they are in.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±d</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ g ]</span> = Provides control over who can private-message a user via /ACCEPT lists. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±g</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ h ]</span> = Marks as 'available for help' in WHOIS (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±h</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ i ]</span> = Makes invisible to /WHO if the user using /WHO is not in a common channel.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±i</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ k ]</span> = Prevents the user from being kicked from channels, or having op modes removed from them (services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±k</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ o ]</span> = Marks as a IRC operator.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±o</code></div></div><br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ r ]</span> = Marks as having a registered nickname (services only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±r</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ s ]</span> = Receives server notices specified by [mask] (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±s</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ w </span>] = Receives wallops messages.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±w</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ x ]</span> = Gives a cloaked hostname.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±x</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ B ]</span> = Marks as a bot.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±B</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ G ]</span> = Censors messages sent to the user based on filters configured for the network.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±G</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ H ]</span> = Hides an oper's oper status from WHOIS (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±H</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ I ]</span> = Hides a user's entire channel list in WHOIS from non-IRCops (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±I</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ Q ]</span> = Makes an operator invisible, preventing users from seeing their presence, including in channel user lists (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±Q</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ R ]</span> = Blocks private messages from unregistered users.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±R</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ S ]</span> = Strips mIRC colour/bold/underline codes out of private messages to the user.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±S</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ T ]</span> = Prevents you from receiving CTCPs. (CTCPs are Client to Client Protocols its a set of rules thats are  between one client and another it work for the commands that are direct and doesnt need an accept or refuse like ping finger time version and DCC. etc)<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±T</code></div></div><br />
<br />
<br />
  <span style="font-weight: bold;" class="mycode_b">[ W ]</span> = Receives notification when a user uses WHOIS on them (IRCop only).<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode &lt;yournick&gt; ±W</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wildcards]]></title>
			<link>https://librairc.net/forums/thread-50.html</link>
			<pubDate>Sun, 23 Oct 2011 20:16:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=11">MinDFreak</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-50.html</guid>
			<description><![CDATA[<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">What are they:</span></span></span><br />
<ul class="mycode_list"><li>Wildcards are a replace for characters to help you for fast operations like bans so its really useful.</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Types of it</span></span></span><br />
<ul class="mycode_list"><li><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">The wildcards got only 2 type of using it:</span></span></li>
</ul>
<ul class="mycode_list"><li>1- The question mark (?) replaces one character.</li>
</ul>
<ul class="mycode_list"><li>2- The asterisk (*) replaces a string of characters (a sequence of characters).</li>
</ul>
<br />
[*]Some of you gone say i didnt understand anything .. just keep going and u will get it <img src="https://librairc.net/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">What you need to know before using it:</span></span></span><br />
<ul class="mycode_list"><li>1- Its must be used only when really necessary, as its purpose is to widen the ban.<br />
2- When you are using it you must be focus and wise to not get risk of banning innocent chatters.<br />
3- The (*) wildcard can very effective and can also be potentially very dangerous.</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">How its used</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span> A ban always contains five parts: <span style="font-weight: bold;" class="mycode_b">nick!ident@IPaddress</span> = <span style="font-weight: bold;" class="mycode_b">*!*@*</span> so lets say we will have a hostmask   <br />
<br />
            <span style="font-weight: bold;" class="mycode_b">Johnny!whatever@FB6346.B8C837.423B54.CEE52F</span><br />
<br />
    <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b nick!ident@IPaddress</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">1- Nick</span></span></span><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Johnny!*@*</span> = This will ban the nickname Johnny only and will not affect other users with nicknames. <br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">Johnny?!*@*</span> = This means all Johnny nicks with one character after it are banned (Johnny1, Johnny2, JohnnyH).<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">Johnny*!*@*</span> = This means all Johnny nicks with one or more characters after it are banned (Johnny4, Johnny10, johnnytheman).<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*Johnny*!*@*</span> = lock" the nickname on the left side too with a * in front of the nick as well after the nick (lemoJohnnyin, likeJohnnyutler).</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">2- Ident</span></span></span><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">*!whatever@*</span> = This bans only the users using the ident "whatever".<br />
              <br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!whatever???@*</span> = This bans all users using the ident "whatever" with 3 characters after it (whatever1sa, whatever156, whateveryou).<br />
             <br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!whatever*@*</span> = This bans users using the ident "whatever" with (a string of) characters after it (whatever4, whatever10, whatevertheman)..<br />
                    <br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*whatever*@*</span>	 = This bans all users using an ident with the word "whatever" in it(whateveryouwant, likewhateverthing, whateverneed.</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">3- IP</span></span></span><br />
<br />
 <ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span>This ban is only used on the ban jump if you keep ban the user and he keep changing his IP</li>
</ul>
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">*!*@FB6346.B8C837.423B54.CEE52F</span> = This bans Johnny's cloaked IP<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*@*.423B54.CEE52F</span> = This bans the two last parts of Johnny's cloaked IP <br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*@FB6346.B8C837.*</span> = This bans the two first parts of Johnny's cloaked IP (domain)<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*@FB6346.*</span> = This bans the first part of Johnny's cloaked IP (wide domain)</li>
</ul>
<br />
  <span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span><span style="font-weight: bold;" class="mycode_b"> Always be carefull with (domain/wide domain) bans, lots of users use the same domain, a ban like this could be too broad!.</span>]]></description>
			<content:encoded><![CDATA[<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">What are they:</span></span></span><br />
<ul class="mycode_list"><li>Wildcards are a replace for characters to help you for fast operations like bans so its really useful.</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">Types of it</span></span></span><br />
<ul class="mycode_list"><li><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">The wildcards got only 2 type of using it:</span></span></li>
</ul>
<ul class="mycode_list"><li>1- The question mark (?) replaces one character.</li>
</ul>
<ul class="mycode_list"><li>2- The asterisk (*) replaces a string of characters (a sequence of characters).</li>
</ul>
<br />
[*]Some of you gone say i didnt understand anything .. just keep going and u will get it <img src="https://librairc.net/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">What you need to know before using it:</span></span></span><br />
<ul class="mycode_list"><li>1- Its must be used only when really necessary, as its purpose is to widen the ban.<br />
2- When you are using it you must be focus and wise to not get risk of banning innocent chatters.<br />
3- The (*) wildcard can very effective and can also be potentially very dangerous.</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">How its used</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span> A ban always contains five parts: <span style="font-weight: bold;" class="mycode_b">nick!ident@IPaddress</span> = <span style="font-weight: bold;" class="mycode_b">*!*@*</span> so lets say we will have a hostmask   <br />
<br />
            <span style="font-weight: bold;" class="mycode_b">Johnny!whatever@FB6346.B8C837.423B54.CEE52F</span><br />
<br />
    <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b nick!ident@IPaddress</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">1- Nick</span></span></span><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Johnny!*@*</span> = This will ban the nickname Johnny only and will not affect other users with nicknames. <br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">Johnny?!*@*</span> = This means all Johnny nicks with one character after it are banned (Johnny1, Johnny2, JohnnyH).<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">Johnny*!*@*</span> = This means all Johnny nicks with one or more characters after it are banned (Johnny4, Johnny10, johnnytheman).<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*Johnny*!*@*</span> = lock" the nickname on the left side too with a * in front of the nick as well after the nick (lemoJohnnyin, likeJohnnyutler).</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">2- Ident</span></span></span><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">*!whatever@*</span> = This bans only the users using the ident "whatever".<br />
              <br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!whatever???@*</span> = This bans all users using the ident "whatever" with 3 characters after it (whatever1sa, whatever156, whateveryou).<br />
             <br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!whatever*@*</span> = This bans users using the ident "whatever" with (a string of) characters after it (whatever4, whatever10, whatevertheman)..<br />
                    <br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*whatever*@*</span>	 = This bans all users using an ident with the word "whatever" in it(whateveryouwant, likewhateverthing, whateverneed.</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="text-decoration: underline;" class="mycode_u">3- IP</span></span></span><br />
<br />
 <ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span>This ban is only used on the ban jump if you keep ban the user and he keep changing his IP</li>
</ul>
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">*!*@FB6346.B8C837.423B54.CEE52F</span> = This bans Johnny's cloaked IP<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*@*.423B54.CEE52F</span> = This bans the two last parts of Johnny's cloaked IP <br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*@FB6346.B8C837.*</span> = This bans the two first parts of Johnny's cloaked IP (domain)<br />
<br />
       </li>
<li><span style="font-weight: bold;" class="mycode_b">*!*@FB6346.*</span> = This bans the first part of Johnny's cloaked IP (wide domain)</li>
</ul>
<br />
  <span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Note:</span></span><span style="font-weight: bold;" class="mycode_b"> Always be carefull with (domain/wide domain) bans, lots of users use the same domain, a ban like this could be too broad!.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Helpop Extended Bans]]></title>
			<link>https://librairc.net/forums/thread-48.html</link>
			<pubDate>Sun, 23 Oct 2011 12:25:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://librairc.net/forums/member.php?action=profile&uid=1">immortal</a>]]></dc:creator>
			<guid isPermaLink="false">https://librairc.net/forums/thread-48.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Invite ban:</span> A:[nick!user@host] Denies matching users from using /INVITE (for example, if the user is abusing /invite).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b A:Mafia!*@*</code></div></div>The Mafia (nick name) can not use /invite command anymore. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Caps ban:</span> B:[nick!user@host] Disallows matching users from using ALL CAPS based on the IRCd configuration.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #Friends +b B:*!Me@539AC8.727FE3*</code></div></div>Matching users ( users with "Me" ident and "539AC8.727FE3" domain ) will not be able to use CAPS in #Friends channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Color ban:</span> c:[nick!user@host]	Blocks messages from matching users if they contain control codes. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b c:*!*@*Helper.Org</code></div></div>Setting this would block helpers messages if they contain colors.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">CTCP ban:</span> C:[nick!user@host] Blocks CTCPs from matching users. <br />
Not to be confused with the ban color code +b c: which blocks mIRC colour codes, this ban will block all CTCP messages.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b C:*!thend@*</code></div></div>Users that has "thend" ident will not be able to send CTCP's to the channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Channel ban:</span> j:[state][#channel] Matches users in a matching channel. If status is specified as in +#channel, just matches users with at least that access.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b j:#Chat</code></div></div>Set this to disallow anyone to join your channel if they're also in #Chat.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Mute/Silence ban:</span> m:[nick!user@host] Blocks messages to the channel from matching users. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b m:*!*@*Chaops.Org</code></div></div>Setting this would mute ban chanops easly <img src="https://librairc.net/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /> <img src="https://librairc.net/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /><img src="https://librairc.net/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" />  (Wildcards rock eh)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Nick ban:</span> N:[nick!user@host] Disallows matching users from changing their nickname while in the channel. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b N:*!God@*</code></div></div>Users with "God" ident will not be able to change their nicks.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Part message ban:</span> p:[nick!user@host] 	Hides part messages from matching users. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b p:Zeus!God@@*</code></div></div>Marching users part messages will be hidden.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Realname ban:</span> r:[gecos] Matches against gecos (real name field). Spaces should be replaced with _ or wildcards.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b r:*crazy*op*</code></div></div>Bans users that matching *crazy*op* real name, from joining the channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Account ban:</span> R:[account]  Matches accounts or registered nicks matching [account]. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b R:immortal</code></div></div>The point of this ban type is, that users like: <br />
<span style="font-weight: bold;" class="mycode_b">immortal-away is authenticated as immortal</span> could be banned easly with the account as "immortal" no matter what nicks they are using, if they are identified to the account, they will not be able to join.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Server ban:</span> s:[server] Bans everyone on the matching servers. <br />
<blockquote class="mycode_quote"><cite>Quote:</cite>/mode #Chat +b s:irc-p03a.blue.icq.net</blockquote>
Anyone on irc-p03a.blue.icq.net will not be able to join #Chat channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Control codes ban:</span> S:[nick!user@host] Strips control codes from messages matching users.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b S:*!Me@*</code></div></div>The matching users that has "Me" ident will not be able to send color codes in the channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Kick ban:</span> Q:[nick!user@host] Disallows /KICK from matching users.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b Q:Mafia!*@*</code></div></div>The matching nick Mafia will not be able to kick anyone from the channel (even if opped).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notice ban:</span> T:[nick!user@host] Disallows NOTICEs from matching users to the channel. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b T:Zeus!*@*</code></div></div>The matching user Zeus will not be able to send Notice to the channel.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Invite ban:</span> A:[nick!user@host] Denies matching users from using /INVITE (for example, if the user is abusing /invite).<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b A:Mafia!*@*</code></div></div>The Mafia (nick name) can not use /invite command anymore. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Caps ban:</span> B:[nick!user@host] Disallows matching users from using ALL CAPS based on the IRCd configuration.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #Friends +b B:*!Me@539AC8.727FE3*</code></div></div>Matching users ( users with "Me" ident and "539AC8.727FE3" domain ) will not be able to use CAPS in #Friends channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Color ban:</span> c:[nick!user@host]	Blocks messages from matching users if they contain control codes. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b c:*!*@*Helper.Org</code></div></div>Setting this would block helpers messages if they contain colors.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">CTCP ban:</span> C:[nick!user@host] Blocks CTCPs from matching users. <br />
Not to be confused with the ban color code +b c: which blocks mIRC colour codes, this ban will block all CTCP messages.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b C:*!thend@*</code></div></div>Users that has "thend" ident will not be able to send CTCP's to the channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Channel ban:</span> j:[state][#channel] Matches users in a matching channel. If status is specified as in +#channel, just matches users with at least that access.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b j:#Chat</code></div></div>Set this to disallow anyone to join your channel if they're also in #Chat.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Mute/Silence ban:</span> m:[nick!user@host] Blocks messages to the channel from matching users. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b m:*!*@*Chaops.Org</code></div></div>Setting this would mute ban chanops easly <img src="https://librairc.net/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /> <img src="https://librairc.net/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /><img src="https://librairc.net/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" />  (Wildcards rock eh)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Nick ban:</span> N:[nick!user@host] Disallows matching users from changing their nickname while in the channel. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b N:*!God@*</code></div></div>Users with "God" ident will not be able to change their nicks.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Part message ban:</span> p:[nick!user@host] 	Hides part messages from matching users. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b p:Zeus!God@@*</code></div></div>Marching users part messages will be hidden.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Realname ban:</span> r:[gecos] Matches against gecos (real name field). Spaces should be replaced with _ or wildcards.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b r:*crazy*op*</code></div></div>Bans users that matching *crazy*op* real name, from joining the channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Account ban:</span> R:[account]  Matches accounts or registered nicks matching [account]. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b R:immortal</code></div></div>The point of this ban type is, that users like: <br />
<span style="font-weight: bold;" class="mycode_b">immortal-away is authenticated as immortal</span> could be banned easly with the account as "immortal" no matter what nicks they are using, if they are identified to the account, they will not be able to join.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Server ban:</span> s:[server] Bans everyone on the matching servers. <br />
<blockquote class="mycode_quote"><cite>Quote:</cite>/mode #Chat +b s:irc-p03a.blue.icq.net</blockquote>
Anyone on irc-p03a.blue.icq.net will not be able to join #Chat channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Control codes ban:</span> S:[nick!user@host] Strips control codes from messages matching users.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b S:*!Me@*</code></div></div>The matching users that has "Me" ident will not be able to send color codes in the channel.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Kick ban:</span> Q:[nick!user@host] Disallows /KICK from matching users.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b Q:Mafia!*@*</code></div></div>The matching nick Mafia will not be able to kick anyone from the channel (even if opped).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notice ban:</span> T:[nick!user@host] Disallows NOTICEs from matching users to the channel. <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/mode #channel +b T:Zeus!*@*</code></div></div>The matching user Zeus will not be able to send Notice to the channel.]]></content:encoded>
		</item>
	</channel>
</rss>