<?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/18554" />

	<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>2011-07-18T18:42:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2011-07-18T18:42:52-04:00</updated>

		<published>2011-07-18T18:42:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97239#p97239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97239#p97239"/>
		<title type="html"><![CDATA[change nicknames]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97239#p97239"><![CDATA[
Hey<br><br>I have done a bit of code that allows my bot to use svsnick on my server but i would like to add to it our rooms are set to +N so people cant keep changing there nicks and using nicknames that are offencive<br><br>here the code i have done myself and yes before any one says anything its terrible<br><div class="codebox"><p>Code: </p><pre><code>bind msg A|A chgnick cmd:chgnick proc cmd:chgnick {nick uhost hand arg} {   set username [lindex [split $arg] 0]   set newnick [join [lrange [split $arg] 1 end]]   putserv "OPERSERV set superadmin on"   putserv "OPERSERV svsnick $username $newnick"   putserv "OPERSERV set superadmin off"  putserv "NOTICE #Staff &lt;$username&gt; changed to &lt;$newnick&gt; actioned by &lt;$nick&gt;"} </code></pre></div>is what i would like to add to this is the following<br>someone with any of these user flags h o types /botnick changenick oldnickname newnick it will msg #staff with nick is requesting a nickchange on oldnick new nick to action this change type /botnick action changenick it will then go through the above process to change the nickname and notice #staff of the change and who actioned it NOTICE #Staff nickchange on oldnick actioned by $nick<br><br>also should have the option to decline the nickchange with /botnick decline changenick then reports back to #staff request to changenick for oldnick declined<br><br>thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Mon Jul 18, 2011 6:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
