Wikipedia:Scripts/Tea time
Appearance
From Wikipedia, the free encyclopedia
Tea time., Version 1.2
[edit ]; Tea time., Version 1.2
; Makes you talk like this. On IRC.
; Ex: i'm using the Internet changes to I'm using the Internet.
; Spell check soon..
; Version 1.2 prevents the script adding punctuation to lines with URLs ([[Wikipedia talk:Scripts#the Talk. Like. This. script....|see talk]])
; Inspired by IRC User Austin
; Licensed under the MIT Licence.
on *:INPUT:#: {
if (/* iswm 1ドル) || (http:// isin 1ドル-) { $input }
elseif (($asc($right(1ドル-,1)) > 96) && ($asc($right(1ドル-,1)) < 123)) || (($asc($right(1ドル-,1)) > 64) && ($asc($right(1ドル-,1)) < 91)) || ($right(1ドル-,1) isnum) {
msg $active $+($upper($left(1ドル-,1)),$right(1ドル-,-1),.)
haltdef
}
}