Commit Graph

49 Commits

Author SHA1 Message Date
root fd09e1e4d7 Francisation et adaption a l'April 2016-05-17 16:40:48 +02:00
Anna 17f2f45c8f Fixes wait time bug 2015-04-14 17:18:39 -04:00
Shauna 6e25557946 Attempt to fix response to pong 2015-04-09 12:14:07 -04:00
Shauna 014976da34 Clean up typo, unnecessary import 2015-03-15 10:47:49 -04:00
Shauna a6bd89512f Fixup and add tests for separating config 2015-03-15 10:20:17 -04:00
Shauna b148c9a1e6 Fixes register logic so we only need password.txt when register set to True 2015-03-14 16:54:36 -04:00
Alex Parella b98dac4aa9 Add welcome_message configuration to settings.ini 2014-12-30 17:23:43 -08:00
shaunagm 971c13cc25 Merge pull request #44 from clarissavazquez/master
Nickname authentication
2014-12-09 21:54:49 -05:00
Shauna 1edf73593f Added OpenHatch_???? exception to clean_nick 2014-12-07 10:28:56 -05:00
clarissavazquez a88442efff Created an additional conditional variable called registered 2014-11-26 13:59:54 -08:00
Shauna cac96ef0dd Fix wait_time and channel_greeters to be more testable 2014-11-21 18:01:30 -05:00
Alex Parella 5ac9faa614 Configure greeters via settings.ini file 2014-11-21 11:55:56 -08:00
Alex Parella 7eb8ebef73 Pass around values from settings directory for configuration, need to setup for other config settings still 2014-11-21 11:35:34 -08:00
Alex Parella af76c8e602 Revert to standard values 2014-11-20 23:49:01 -08:00
Alex Parella 6a9f284a8a Allow for reading in of settings from external configuration file 2014-11-20 23:46:51 -08:00
Alex Parella a0a13f19af Use clean nick for everything except for greetings 2014-11-20 23:20:25 -08:00
clarissavazquez 15cd6a6c0c Added a line that would read a password txt file so that it identifies with the server 2014-11-15 16:29:40 -08:00
Shauna 8f4a11e835 Check if actor is empty before cleaning nicks 2014-10-18 01:13:46 -04:00
Shauna 70a489ad71 Add more hack to deal with list of string format} 2014-10-18 00:59:20 -04:00
Shauna b19da63151 Reset to defaults 2014-10-18 00:55:12 -04:00
Shauna 06077c3e63 Made nick_clean function to handle all nick de-decorating 2014-10-18 00:48:09 -04:00
Shauna 59f9caeadc Fix conditional error in message_response
Actor needs to be placed in a list in order to match known_nicks, which is a list of lists.  Without that, the conditional was never matching people who joined the channel to known_nicks, which meant everyone was getting greeted.  Having known_nicks be a list of lists is kind of ugly, and would be nice to change, but for now this is a solid fix (hopefully)
2014-10-18 00:24:25 -04:00
shaunagm 602b2f1176 Merge pull request #37 from aaparella/fast-name-change-fix
Fix for issue #12 : Update upon name change prior to being greeted
2014-09-17 15:39:17 -04:00
Alex Parella 8d1697f735 Update newcomer list when a newcomer changes name before being greeted 2014-09-14 22:08:58 -07:00
BananaObserved a9b63279a6 Update bot.py
This causes the bot to ignore multiple spaces.
2014-09-13 17:13:10 -05:00
Shauna 244ff44b6d Set variables to normal, remove empty test 2014-09-13 15:14:32 -04:00
Shauna 3b545ee35f Replace old code with new, add tests 2014-09-13 13:24:08 -04:00
Lindsey Kuper 90e1ed35a7 Update bot.py
Typo fix.
2014-08-16 17:06:13 -07:00
james.bertino d9f994ae98 Added try and except statements to fix Issue #18 2014-05-23 16:03:34 -04:00
james.bertino a6b908d07c Merge branch 'master' into develop2 2014-05-06 17:02:27 -04:00
james.bertino acab64b5f7 Merge branch 'master' into develop2 2014-05-06 16:47:07 -04:00
shaunagm feb6f5c90b fixes minor formatting issue 2014-05-06 14:49:06 -04:00
james.bertino 4ad322b030 Changed the return value of wait_time_change() to an int and updated the README. 2014-05-05 17:57:46 -04:00
james.bertino e92de19b21 Minor tweeks to Issue #14 fix. 2014-05-03 19:46:56 -04:00
james.bertino b145445d7e Fix for Issue #5. 2014-05-03 11:06:19 -04:00
james.bertino 6717db316f Fix for Issue #14 and PEP8 changes. 2014-05-01 17:19:45 -04:00
shaunagm 371ba9d58b separate url from punctuation
The trailing period at the end of the repo url was causing problems for some.  Inserted brackets to make the url link cleanly.
2014-04-23 10:47:32 -04:00
Patrick Pegus II 2b433cc528 switched to regular expressions for parsing hello and help requests 2014-03-09 21:01:05 -04:00
Shauna c3f6f90c33 does not greet nicks who leave quickly 2014-01-30 15:20:41 -05:00
Aaron Hill 7b6f46b14f Allow people to PM the bot 2014-01-27 06:08:27 -05:00
Shauna 2d32512c30 added underscore stripping 2014-01-11 19:29:39 -05:00
Shauna 603c054072 checks newList before creating new newcomber obj 2014-01-11 10:30:43 -05:00
Shauna 865113a4cb fixed call to aroundFor() that was causing bug, restructured 2014-01-11 00:50:13 -05:00
Shauna 15a8da0a35 cleaned up, added nicks.csv & funcs to access it 2014-01-10 20:19:10 -05:00
Shauna a62790497d fixed indentation 2013-12-22 11:47:38 -05:00
Shauna 12de7a4db5 cleaned comments, added help and info funcs 2013-12-21 22:31:39 -05:00
Shauna 2993507142 if someone speaks, bot does not welcome 2013-12-21 21:38:29 -05:00
Shauna 1aab2059a9 implemented threading/queueing 2013-12-21 20:53:58 -05:00
Shauna 2fb0d12c31 started modifying irc bot, stuck on recv issue 2013-12-21 19:03:18 -05:00