|
| Author |
Message |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Tue Feb 01, 2005 7:19 am Post subject: |
|
|
a lot of people have fancy msn names where letters have been replaced with fancy characters that look like the letter or random capitals etc.
This would ake a good command especiallyif t had a couple of different methods. |
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Tue Feb 01, 2005 12:03 pm Post subject: |
|
|
umm, Do you mean like elitebots !sfont command? Because if you do i'll recode a small script for you.. |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Fri Feb 04, 2005 1:01 pm Post subject: |
|
|
| yes please, thats what I meant, thanks! I hadn't seen such a thing before as i dont tend to explore the others. |
|
| Back to top |
|
 |
aurora_131 Young One

Joined: 07 Mar 2004 Posts: 66 Location: Melbourne, victoria.
   
|
Posted: Fri Feb 04, 2005 1:57 pm Post subject: |
|
|
Acme::Umlautify also has a really nice effect too  |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Fri Feb 04, 2005 3:14 pm Post subject: |
|
|
| ok ill look into that too! |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Sun Feb 06, 2005 3:25 am Post subject: |
|
|
| Quote: | umm, Do you mean like elitebots !sfont command? Because if you do i'll recode a small script for you.. |
Bigmouth: Elitebot has just come online and the sfont thing is great, if you could write a little script that would be great, thanks! |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Sun Feb 06, 2005 4:17 am Post subject: |
|
|
| Quote: | if(length($1) != 0) {
use Acme::Umlautify;
my $au = new Acme::Umlautify;
my $umlaut = $au->do($1);
&send($self, $umlaut ,$username);
}
else {&send($self, "You need to send some text eg. %symbolz Hello",$username);} |
When i use that command it never sends the value (although the send sub does print it on screen) and then closes the socket  |
|
| Back to top |
|
 |
|