I have made a perl script for the IRC Linux kde client "Konversation." What I want to do it modify this script so it uses a different smiley face depending on the month. So in October the smiley face would be orange, or december it would be green and red. Here is what I have, thanks to anyone who can help...
Code:
#!/usr/bin/env perl
# colored smile script for konversation
# has been tested on debian
$PORT = shift;
$SERVER = shift;
$TARGET = shift;
exec 'dcop', $PORT, 'default', 'say', $SERVER, $TARGET, "%B%C3: %C4)%C%B"