| View previous topic :: View next topic |
| Author |
Message |
Exedore Halfop

Joined: 27 Jan 2008 Posts: 43
|
Posted: Mon May 12, 2008 8:11 pm Post subject: Transforms upper into lower cases.. |
|
|
Is there any tcl that transforms upper cases into lower cases?
I don't wanna ban or kick anyone out of the channel.
Tks |
|
| Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Mon May 12, 2008 9:45 pm Post subject: |
|
|
I'm note quite sure this is what you were looking for, but if you are writing a script you'd probably find the "string tolower" command useful.
Ex:
| Code: | | puthelp "PRIVMSG #thechannel :[string tolower "SomE sTRinG In mIxeD caSEs.."]" |
_________________ NML_375, idling at #eggdrop@IrcNET |
|
| Back to top |
|
 |
|