Commit Graph

12 Commits

Author SHA1 Message Date
Cheridan b89fc703c6 Merge pull request #5923 from psykzz/patch-2
Update Namecheck.py
2014-11-28 21:21:51 -06:00
Hornygranny 27546f1c23 removes stuff 2014-11-18 10:27:03 -08:00
Matt Smith 339a0a536c Update Namecheck.py 2014-11-18 17:51:26 +00:00
Hornygranny 13b43ecd99 removes annoying message from IRC bots (for real this time) 2014-11-17 18:05:53 -08:00
Matt Smith 94bbc7e883 Update Namecheck.py 2014-11-16 19:22:40 +00:00
Remie Richards 5507dd48c1 Fixes the IRCBot not loading due to a bad removal of a code block.
Made NanoTrasenBot.py indent with 4 spaces not 3, as this is the convention for python
2014-10-28 21:24:32 +00:00
MrStonedOne 0f8cb44ddb fixes fuckup in intent, does this the shitty way since i can't into python 2014-10-25 18:35:22 -07:00
MrStonedOne 491341555b Removes an annoying and stupid message in the bot
When ever the bot sees an https link for youtube in the channel, it bitches to the channel that "Secure Youtube does NOT exist".
Protip bot: nobody cares.
2014-10-25 17:49:23 -07:00
quartz235@gmail.com d766c48d83 Quick fix for a bot-crashing issue resolving youtube links due to what I assume was a directory typo
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4894 316c924e-a436-60f5-8080-3fe189b3f50e
2012-10-16 23:30:50 +00:00
quartz235@gmail.com 5884da6fb1 Quick commit to remove some extraneous bot commands/KHAAAAN
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4029 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-10 20:49:00 +00:00
quartz235@gmail.com a1b346463f okay i probably should have made sure that one thing wasn't configured to my test channel with my own directory
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2784 316c924e-a436-60f5-8080-3fe189b3f50e
2011-12-23 18:08:12 +00:00
quartz235@gmail.com 4472cecbd2 Finally ready to like add this now oh man this is a huge thing sort of
Added CC-Nanotrasen, an IRC bot made by Skibiliano and given to us by him under CC-BY-SA 3.0 licensing
WHAT DOES THIS MEAN? It means all servers running this SVN now have the option to use an easy to configure IRC bot capable of relaying adminhelps from ingame to the server/channel of their choice.
- Runs on python 2.6 scripts with psyco support
- Relaying can be toggled from config.txt (so you don't runtime with every adminhelp if you decide not to use it)
- Comes with a bunch of other useful and fun tools too
- Added a new global proc, send2irc(msg,msg2) YOU'LL NEVER GUESS WHAT IT DOES CONSIDERING WHAT I JUST MENTIONED
----msg and msg2 are just what text gets relayed to irc, separated by a |, for instance send2irc(hello, world) would come out as
"CC_NanoTrasen: Hello | World


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2783 316c924e-a436-60f5-8080-3fe189b3f50e
2011-12-23 17:39:47 +00:00