|
@@ -1,48 +1,47 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
|
|
<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
|
|
|
<!-- eric project file for project pyRot -->
|
|
<!-- eric project file for project pyRot -->
|
|
|
-<!-- Saved: 2018-01-30, 19:14:24 -->
|
|
|
|
|
|
|
+<!-- Saved: 2018-02-02, 02:00:05 -->
|
|
|
<!-- Copyright (C) 2018 tBKwtWS, -->
|
|
<!-- Copyright (C) 2018 tBKwtWS, -->
|
|
|
<Project version="5.1">
|
|
<Project version="5.1">
|
|
|
<Language>en_US</Language>
|
|
<Language>en_US</Language>
|
|
|
<Hash>e4efcb6f94c2972397bee40050ea12454672da34</Hash>
|
|
<Hash>e4efcb6f94c2972397bee40050ea12454672da34</Hash>
|
|
|
<ProgLanguage mixed="0">Python3</ProgLanguage>
|
|
<ProgLanguage mixed="0">Python3</ProgLanguage>
|
|
|
<ProjectType>PyQt5</ProjectType>
|
|
<ProjectType>PyQt5</ProjectType>
|
|
|
- <Description>RotBot</Description>
|
|
|
|
|
<Version>0.1</Version>
|
|
<Version>0.1</Version>
|
|
|
<Author>tBKwtWS</Author>
|
|
<Author>tBKwtWS</Author>
|
|
|
<Email></Email>
|
|
<Email></Email>
|
|
|
<Eol index="0"/>
|
|
<Eol index="0"/>
|
|
|
<Sources>
|
|
<Sources>
|
|
|
- <Source>commands/admin.py</Source>
|
|
|
|
|
- <Source>commands/common.py</Source>
|
|
|
|
|
- <Source>commands/games.py</Source>
|
|
|
|
|
- <Source>commands/public.py</Source>
|
|
|
|
|
- <Source>commands/statistics.py</Source>
|
|
|
|
|
- <Source>common/do_everything_to.py</Source>
|
|
|
|
|
- <Source>common/log.py</Source>
|
|
|
|
|
- <Source>common/networkservices.py</Source>
|
|
|
|
|
- <Source>common/userstatus.py</Source>
|
|
|
|
|
- <Source>events/common.py</Source>
|
|
|
|
|
- <Source>events/on_action.py</Source>
|
|
|
|
|
- <Source>events/on_join.py</Source>
|
|
|
|
|
- <Source>events/on_kick.py</Source>
|
|
|
|
|
- <Source>events/on_mode.py</Source>
|
|
|
|
|
- <Source>events/on_nick.py</Source>
|
|
|
|
|
- <Source>events/on_pubmsg.py</Source>
|
|
|
|
|
- <Source>events/on_welcome.py</Source>
|
|
|
|
|
- <Source>events/on_whoreply.py</Source>
|
|
|
|
|
- <Source>original_testbot.py</Source>
|
|
|
|
|
- <Source>rotbot.py</Source>
|
|
|
|
|
|
|
+ <Source>__init__.py</Source>
|
|
|
|
|
+ <Source>irc/bot.py</Source>
|
|
|
|
|
+ <Source>irc/commands/admin.py</Source>
|
|
|
|
|
+ <Source>irc/commands/common.py</Source>
|
|
|
|
|
+ <Source>irc/commands/games.py</Source>
|
|
|
|
|
+ <Source>irc/commands/public.py</Source>
|
|
|
|
|
+ <Source>irc/commands/statistics.py</Source>
|
|
|
|
|
+ <Source>irc/common/do_everything_to.py</Source>
|
|
|
|
|
+ <Source>irc/common/log.py</Source>
|
|
|
|
|
+ <Source>irc/common/networkservices.py</Source>
|
|
|
|
|
+ <Source>irc/common/queries.py</Source>
|
|
|
|
|
+ <Source>irc/common/userstatus.py</Source>
|
|
|
|
|
+ <Source>irc/events/common.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_action.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_join.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_kick.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_mode.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_nick.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_pubmsg.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_welcome.py</Source>
|
|
|
|
|
+ <Source>irc/events/on_whoreply.py</Source>
|
|
|
|
|
+ <Source>irc/original_testbot.py</Source>
|
|
|
</Sources>
|
|
</Sources>
|
|
|
<Forms/>
|
|
<Forms/>
|
|
|
<Translations/>
|
|
<Translations/>
|
|
|
<Resources/>
|
|
<Resources/>
|
|
|
<Interfaces/>
|
|
<Interfaces/>
|
|
|
- <Others>
|
|
|
|
|
- <Other>pyRot.e4p</Other>
|
|
|
|
|
- </Others>
|
|
|
|
|
- <MainScript>rotbot.py</MainScript>
|
|
|
|
|
|
|
+ <Others/>
|
|
|
|
|
+ <MainScript>irc/bot.py</MainScript>
|
|
|
<Vcs>
|
|
<Vcs>
|
|
|
<VcsType>None</VcsType>
|
|
<VcsType>None</VcsType>
|
|
|
</Vcs>
|
|
</Vcs>
|