<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/PL/Modules/SebasIRC/ircJoin?action=history&amp;feed=atom</id>
	<title>PL/Modules/SebasIRC/ircJoin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/PL/Modules/SebasIRC/ircJoin?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/Modules/SebasIRC/ircJoin&amp;action=history"/>
	<updated>2026-05-11T05:16:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=PL/Modules/SebasIRC/ircJoin&amp;diff=48362&amp;oldid=prev</id>
		<title>ThePiotrek: Created page with &quot;{{PL/ml_irc}} __NOTOC__ {{PL/ModuleFunction|SebasIRC}} Ta funkcja sprawia że bot dołącza do kanału (kanały z hasłem także są wspierane)  ==Składnia== &lt;syntaxhighlight lang=&quot;lua&quot;&gt; bo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/Modules/SebasIRC/ircJoin&amp;diff=48362&amp;oldid=prev"/>
		<updated>2016-07-21T16:33:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PL/ml_irc}} __NOTOC__ {{PL/ModuleFunction|SebasIRC}} Ta funkcja sprawia że bot dołącza do kanału (kanały z hasłem także są wspierane)  ==Składnia== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; bo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PL/ml_irc}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{PL/ModuleFunction|SebasIRC}}&lt;br /&gt;
Ta funkcja sprawia że bot dołącza do kanału (kanały z hasłem także są wspierane)&lt;br /&gt;
&lt;br /&gt;
==Składnia==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool ircJoin(string channel [, string password])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Wymagane argumenty===&lt;br /&gt;
* '''channel:''' Nazwa kanału.&lt;br /&gt;
&lt;br /&gt;
===Opcjonalne argumenty===&lt;br /&gt;
* '''password:''' Hasło kanału.&lt;br /&gt;
&lt;br /&gt;
===Wartości zwrotne===&lt;br /&gt;
''True'' jeśli poprawnie dołączono, w innym przypadku ''false''&lt;br /&gt;
&lt;br /&gt;
==Przykład==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onResourceStart&amp;quot;, getResourceRootElement(),&lt;br /&gt;
  function()&lt;br /&gt;
    local connect = ircConnect(&amp;quot;irc.mtasa.com&amp;quot;, 6667, &amp;quot;MTABot&amp;quot;)&lt;br /&gt;
    if connect then&lt;br /&gt;
      ircJoin(&amp;quot;#mta.test&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
  end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[en:Modules/SebasIRC/ircJoin]]&lt;br /&gt;
&lt;br /&gt;
==Zobacz także==&lt;br /&gt;
{{PL/Modules/SebasIRC/Functions}}&lt;/div&gt;</summary>
		<author><name>ThePiotrek</name></author>
	</entry>
</feed>