<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/21701" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2025-12-07T19:28:40-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/21701</id>

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2025-12-07T19:28:40-04:00</updated>

		<published>2025-12-07T19:28:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113417#p113417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113417#p113417"/>
		<title type="html"><![CDATA[Re: I need help with the reward point system for the radio bot (TCL)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113417#p113417"><![CDATA[
Eggdrop script must not (in 99% of cases) be ircd dependant. IRC is a protocol, eggdrop is an IRC client, nothing else.<br><br>If you go to any IRC network, you don't mind about the ircd running, you just mind about connecting and chat. Eggdrop does the same, the only little differences between networks must not block any script (unless your eggdrop acts as a service).<br><br>And you already talk about UnrealIrcd 3.2... officialy died on 24/12/2015...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Dec 07, 2025 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2025-12-07T14:39:23-04:00</updated>

		<published>2025-12-07T14:39:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113416#p113416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113416#p113416"/>
		<title type="html"><![CDATA[Re: I need help with the reward point system for the radio bot (TCL)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113416#p113416"><![CDATA[
If your environment is running on Unreal, I can thoroughly test the script and provide a fully functional, error-free version for you. If this is what you are looking for, please share additional details so I can test and publish it according to your exact requirements. The reason I am asking is that some users operate on different environments, such as Dalnet and others, and when this is not specified, it may lead to errors or compatibility issues<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Dec 07, 2025 2:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ORATEGOD]]></name></author>
		<updated>2025-07-23T21:34:20-04:00</updated>

		<published>2025-07-23T21:34:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113339#p113339</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113339#p113339"/>
		<title type="html"><![CDATA[I need help with the reward point system for the radio bot (TCL)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113339#p113339"><![CDATA[
Hello Community,<br><br>I have an idea for a reward point system for our radio bot and need help implementing TCL.<br><br>Objective:<br>Create a system that:<br><br>Awards points for the !request (+1) and !report (+2) commands<br><br>Monitors user levels (Bronze → Diamond)<br><br>Displays rankings using !top10 and !mypoints<br><br>Saves data persistently<br><br><br><br>=== RADIO REWARDS SYSTEM DOCUMENTATION ===<br><br>=== 1. SYSTEM PURPOSE ===<br>An Eggdrop IRC bot system that:<br>- Rewards listeners for song requests (!request) and technical reports (!report)<br>- Tracks user points and levels (Bronze to Diamond)<br>- Displays public rankings to encourage participation<br>- Provides engagement metrics for radio staff<br><br>=== 2. AVAILABLE COMMANDS ===<br>- !request &lt;song&gt;  → +1 point<br>  Example: !request The Beatles - Let It Be<br><br>- !report &lt;issue&gt; → +2 points<br>  Example: !report Audio cutting out during news segments<br><br>- !mypoints → Shows your current points and level<br>- !top10 → Displays the leaderboard<br><br>=== 3. REAL-WORLD EXAMPLES ===<br><br>- Song Request:<br>&lt;User123&gt; !request Pink Floyd - Wish You Were Here<br>&lt;BOT&gt; User123: "Pink Floyd - Wish You Were Here" added to queue (+1 point)<br>&lt;BOT&gt; User123: You now have 8 points (Bronze). Next level: Silver at 10 points<br><br>- Technical Report:<br>&lt;TechUser&gt; !report Left channel audio missing during interviews<br>&lt;BOT&gt; TechUser: Technical report received (+2 points)<br>&lt;BOT&gt; TechUser: Total points: 15 (Silver). Current rank: #12<br><br>- Points Check:<br>&lt;User456&gt; !mypoints<br>&lt;BOT&gt; User456: Current points: 45 (Gold) | Rank: #4/75 users<br>&lt;BOT&gt; User456: Need 5 more points for Platinum level<br><br>- Leaderboard:<br>&lt;User789&gt; !top10<br>&lt;BOT&gt; Current Leaderboard:<br>1. MusicMaster - 110 pts (Diamond)<br>2. RadioFan99 - 85 pts (Platinum)<br>3. DJExpert - 60 pts (Gold)<br>4. User456 - 45 pts (Gold)<br><br>- Level Up Notification:<br>&lt;BOT&gt; Congratulations SarahJones! You've reached Platinum Level (50 points)<br><br>  0 "Bronze"<br>  10 "Silver"<br>  25 "Gold"<br>  50 "Platinum"<br>  100 "Diamond"<br><br><br><strong class="text-strong">I hope my bad English is understood :)</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12869">ORATEGOD</a> — Wed Jul 23, 2025 9:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
