irc: In MOTD change the order of the repositories since darcs is the primary
patch e06c0b7e00071bd2c3fc3b822d3997652358b53f
Author: E. Bosch <presidev@AT@gmail.com>
Date: Fri Feb 4 21:32:40 CET 2022
* irc: In MOTD change the order of the repositories since darcs is the primary
diff -rN -u old-irgramd/irc.py new-irgramd/irc.py
--- old-irgramd/irc.py 2024-11-22 16:23:06.580629099 +0100
+++ new-irgramd/irc.py 2024-11-22 16:23:06.580629099 +0100
@@ -455,8 +455,8 @@
await self.reply_code(user, 'RPL_MOTD', ('messaging network as a regular user account (not bot)',))
await self.reply_code(user, 'RPL_MOTD', ('',))
await self.reply_code(user, 'RPL_MOTD', ('irgramd is an open source project that you can find on',))
- await self.reply_code(user, 'RPL_MOTD', ('git repository: https://github.com/prsai/irgramd',))
await self.reply_code(user, 'RPL_MOTD', ('darcs repository: https://src.presi.org/darcs/irgramd',))
+ await self.reply_code(user, 'RPL_MOTD', ('git repository: https://github.com/prsai/irgramd',))
await self.reply_code(user, 'RPL_ENDOFMOTD')
async def send_isupport(self, user):