Advertising
advertising
related pastes to tag 'voice'
- 1442274 - gnu_d: script bash text format voice awk espeak hms hhmmss
-
- txt="`echo "$txt" | awk -F':' '{
- if($1!="") printf("%s", $1 " hour ");
- if($2!="") printf("%s", $2 " minute ");
- if($3!="") printf("%s", $3 " seconds");
- }'`";
- }
- 851764 - auto voice script: auto av voice
-
- on *:text:!av on:#:{
- if ($nick isop $chan) { set %voice 1 } | { msg $chan Auto voice is now ON for $chan }
- }
- on *:text:!av off:#:{
- if ($nick isop $chan) { set %voice 2 } | { msg $chan Auto voice is now OFF for $chan }
- }