This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
-
Exedore
- Halfop
- Posts: 43
- Joined: Sun Jan 27, 2008 10:04 pm
Post
by Exedore »
Is there any tcl that transforms upper cases into lower cases?
I don't wanna ban or kick anyone out of the channel.
Tks
-
nml375
- Revered One
- Posts: 2860
- Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 »
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: Select all
puthelp "PRIVMSG #thechannel :[string tolower "SomE sTRinG In mIxeD caSEs.."]"
NML_375