Caprice 24 on the Cello
Philosophy, OtherJuly 30, 2007 2:01 am
Conoces algo sobre la fisica cuantica?, enterate un poco de que o como es, aqui
http://www.ytuquesabes.es/
OtherMay 19, 2007 4:53 pm
#!/usr/bin/perl -w
IRC::register(”SteveCs figlet script”, “0.1″, “”, “”);
IRC::print “Loading SteveCs figlet script 0.1\n”;
IRC::add_command_handler(”fig”, “stevec_figlet”);
sub stevec_figlet
{
@a=`figlet @_`;
for $b (@a){
chop $b;
IRC::command(” $b”); #don’t just print $b if it starts
} #with a / or \ then the server
return 1; #might get angry and screw us up
}
#guardar este script como .pl en .xchat2
y luego /fig palabra




