Irc

Latest version: v20.4.0

Safety actively analyzes 634667 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 18

2.0.4

=====

This release officially deprecates 2.0.1-2.0.3 in favor of 3.0.

* Re-release of irc 2.0 (without the changes from 2.0.1-2.0.3) for
correct compatibility indication.

2.0

===

* DelayedCommands now use the local time for calculating 'at' and 'due'
times. This will be more friendly for simple servers. Servers that expect
UTC times should either run in UTC or override DelayedCommand.now to
return an appropriate time object for 'now'. For example::

def startup_bot():
irc.client.DelayedCommand.now = irc.client.DelayedCommand.utcnow
...

1.1

===

* Added irc.client.PeriodicCommandFixedDelay. Schedule this command
to have a function executed at a specific time and then at periodic
intervals thereafter.

1.0

===

* Removed `irclib` and `ircbot` legacy modules.

0.9

===

* Fix file saving using dccreceive.py on Windows. Fixes Sourceforge 6.
* Created NickMask class from nm_to_* functions. Now if a source is
a NickMask, one can access the .nick, .host, and .user attributes.
* Use correct attribute for saved connect args. Fixes Sourceforge 16.

0.8

===

* Added ServerConnection.reconnect method. Fixes Sourceforge 13.

Page 17 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.