<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/Modules/IRCEcho/ircRaw?action=history&amp;feed=atom</id>
	<title>Modules/IRCEcho/ircRaw - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/Modules/IRCEcho/ircRaw?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/IRCEcho/ircRaw&amp;action=history"/>
	<updated>2026-05-14T12:32: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=Modules/IRCEcho/ircRaw&amp;diff=14921&amp;oldid=prev</id>
		<title>Mountnl: New page: __NOTOC__ {{ModuleFunction|IRCEcho}} Sends an raw message to the IRCConnection  ==Syntax== &lt;syntaxhighlight lang=&quot;lua&quot;&gt; function ircRaw ( IRCConnection irc, string command ) &lt;/syntaxhighlight&gt; ===Required arguments...</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/IRCEcho/ircRaw&amp;diff=14921&amp;oldid=prev"/>
		<updated>2008-01-13T19:02:03Z</updated>

		<summary type="html">&lt;p&gt;New page: __NOTOC__ {{ModuleFunction|IRCEcho}} Sends an raw message to the IRCConnection  ==Syntax== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; function ircRaw ( IRCConnection irc, string command ) &amp;lt;/syntaxhighlight&amp;gt; ===Required arguments...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{ModuleFunction|IRCEcho}}&lt;br /&gt;
Sends an raw message to the IRCConnection&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function ircRaw ( IRCConnection irc, string command )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
===Required arguments===&lt;br /&gt;
* '''irc:''' The IRCConnection&lt;br /&gt;
* '''command:''' The command that you want to send to the IRC server&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
'''Example 1:''' This makes the IRCConnection ban Fedor!*@*&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function ircBanHost( thePlayer, command, channel )&lt;br /&gt;
	ircRaw(&amp;quot;MODE #mta +B Fedor!*@*&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
addCommandHandler( &amp;quot;disgrace&amp;quot;, ircBanHost )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Modules/IRCEcho/Functions}}&lt;/div&gt;</summary>
		<author><name>Mountnl</name></author>
	</entry>
</feed>