[perl] IRC bot - insult user on join - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Perl Programming Support (https://www.supportforums.net/forumdisplay.php?fid=31) +---- Thread: [perl] IRC bot - insult user on join (/showthread.php?tid=3130) |
[perl] IRC bot - insult user on join - wat - 11-24-2009 this is just a short little IRC bot in perl to make people who just joined think that everyone else was making fun of them. works something like this: Quote:*stupid_noob have just joined #malvager There's an exempt list, so I suggest you put your/your friend's nicks on the list so he's not calling you a friend all the time ;). You should also put the bot's nick on your exempt list. it'd be kind of obvious if every time he joined he called himself a friend. Code: #!/usr/bin/perl Although all it does right now is call people who aren't on the exempt list a fool, with some slight modification it could be turned into something useful. (i.e. op-ing members who are on the exempt list, giving voice to people who've just joined.) RE: [perl] IRC bot - insult user on join - Link - 06-19-2011 Lol, that is funny thank you for the share :p RE: [perl] IRC bot - insult user on join - Slurms Makenzi - 06-24-2011 Lol, nice thanks for this share! RE: [perl] IRC bot - insult user on join - old - 06-24-2011 Ummm, any reason bumping a two year old thread? RE: [perl] IRC bot - insult user on join - Injection - 07-01-2011 lol using this right now |