<?xml version="1.0" encoding="windows-1254"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>IRCForumu.ORG - Genel IRCD (Sunucu, Servis, Botlar, Korumalar)</title>
		<link>https://www.ircforumu.org/</link>
		<description />
		<language>tr</language>
		<lastBuildDate>Wed, 03 Jun 2026 23:37:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.ircforumu.org/images/ircforum-v2/misc/rss.jpg</url>
			<title>IRCForumu.ORG - Genel IRCD (Sunucu, Servis, Botlar, Korumalar)</title>
			<link>https://www.ircforumu.org/</link>
		</image>
		<item>
			<title>Auto Away Sistemi - Otomatik Nick Değiştirir</title>
			<link>https://www.ircforumu.org/genel-ircd-sunucu-servis-botlar-korumalar/160915-auto-away-sistemi-otomatik-nick-degistirir.html</link>
			<pubDate>Tue, 05 May 2026 10:38:41 GMT</pubDate>
			<description>15 dakika yazılmazsa nickinize |Meşgul 45 dakika yazılmazsa 
|Dışarıda takısı ekler. Tekrar yazmaya başlayınca otomatik 
olarak orijinal nickinize...</description>
			<content:encoded><![CDATA[<div>15 dakika yazılmazsa nickinize |Meşgul 45 dakika yazılmazsa<br />
|Dışarıda takısı ekler. Tekrar yazmaya başlayınca otomatik<br />
olarak orijinal nickinize döner.<br />
<br />
<b>Not:</b> Sunucuya bağlanınca otomatik çalışır.<br />
<b>/away_baslat</b> komutu ile manuel de başlatabilirsiniz.<br />
<br />
Örnek;<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Kod:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">[12:14:22] &lt;~Forbidden&gt; ...<br />
[12:30:21] * Forbidden Nick değişerek Forbidden|Meşgul Oldu<br />
[12:59:25] * Forbidden|Meşgul Nick değişerek Forbidden|Dışarıda Oldu<br />
[13:01:44] &lt;~Forbidden|Dışarıda&gt; ...<br />
[13:01:44] * Forbidden|Dışarıda Nick değişerek Forbidden Oldu</code><hr />
</div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Kod:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">alias away_baslat {<br />
&nbsp; var %ana.nick = $gettok($me,1,124)<br />
&nbsp; set %orijinal.nick %ana.nick<br />
&nbsp; set %away.durum normal<br />
&nbsp; if (!$timer(kontrol)) { .timerkontrol 0 60 away_kontrol }<br />
}<br />
<br />
on *:connect:{<br />
&nbsp; set %son.aktif $ctime<br />
&nbsp; away_baslat<br />
}<br />
<br />
on *:input:*:{<br />
&nbsp; var %karakter = $left($1-,1)<br />
&nbsp; if (%karakter != /) &amp;&amp; (%karakter != $null) {<br />
&nbsp; &nbsp; set %son.aktif $ctime<br />
&nbsp; &nbsp; if ((%away.durum != normal) &amp;&amp; (%orijinal.nick != $null)) {<br />
&nbsp; &nbsp; &nbsp; nick %orijinal.nick<br />
&nbsp; &nbsp; &nbsp; set %away.durum normal<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
}<br />
<br />
on *:nick:{<br />
&nbsp; if ($nick == $me) {<br />
&nbsp; &nbsp; if (%away.durum == normal) {<br />
&nbsp; &nbsp; &nbsp; set %orijinal.nick $newnick<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
}<br />
<br />
alias away_kontrol {<br />
&nbsp; if (!%orijinal.nick) { set %orijinal.nick $gettok($me,1,124) }<br />
&nbsp; if (!%son.aktif) { set %son.aktif $ctime }<br />
&nbsp; var %gecen = $calc($ctime - %son.aktif)<br />
&nbsp; if (%gecen &gt;= 2700) {<br />
&nbsp; &nbsp; if (%away.durum != disarida) {<br />
&nbsp; &nbsp; &nbsp; nick %orijinal.nick $+ |Dışarıda<br />
&nbsp; &nbsp; &nbsp; set %away.durum disarida<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
&nbsp; elseif (%gecen &gt;= 900) {<br />
&nbsp; &nbsp; if (%away.durum != mesgul) {<br />
&nbsp; &nbsp; &nbsp; nick %orijinal.nick $+ |Meşgul<br />
&nbsp; &nbsp; &nbsp; set %away.durum mesgul<br />
&nbsp; &nbsp; }<br />
&nbsp; }<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="https://www.ircforumu.org/genel-ircd-sunucu-servis-botlar-korumalar/">Genel IRCD (Sunucu, Servis, Botlar, Korumalar)</category>
			<dc:creator>Forbidden</dc:creator>
			<guid isPermaLink="true">https://www.ircforumu.org/genel-ircd-sunucu-servis-botlar-korumalar/160915-auto-away-sistemi-otomatik-nick-degistirir.html</guid>
		</item>
	</channel>
</rss>
