Skip to content

Commit

Permalink
Minimal refactor and up-version to Python 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebbtw committed Jul 3, 2023
1 parent 777b534 commit 8890e39
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 155 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.DS_STORE
Binary file added database/Nickserv.dat
Binary file not shown.
Empty file added database/access.dat
Empty file.
Empty file added database/channels.dat
Empty file.
2 changes: 2 additions & 0 deletions database/users.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1
1
8 changes: 6 additions & 2 deletions pyRCX.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ f:WHO;
#
# S:<server address>:<Servername>:Network;

S:irc.yourserver.com:irc.lollerchat.com:server;
S:irc.msn.com:irc.msm.com:MSN;


#
Expand Down Expand Up @@ -130,6 +130,11 @@ O:2:mypassword:o:opermot.conf;

C:ntl 75:1024:20:0;

#
# Channel prefix
#
c:%#;


#
# Filter rules
Expand Down Expand Up @@ -213,7 +218,6 @@ X:100:50:20;

T:time.apple.com;


#
# Linking servers, THIS IS NOT IMPLEMENTED YES, THIS IS FOR FUTURE WORK
#
Expand Down
Loading

0 comments on commit 8890e39

Please sign in to comment.