Tag Archives: Python

How to Encrypt IRC Traffic

By | August 28, 2018

In this simple article, we will learn how to encrypt IRC traffic of WeeChat (IRC Client) using the crypt plug-in. The Plugin To encrypt IRC traffic we need to download the crypt.py plugin from this link: http://weechat.org/files/scripts/crypt.py: cd ~/.weechat/python wget http://weechat.org/files/scripts/crypt.py All python-based plugins should be downloaded inside ~/.weechat/python/ folder. We can move the plugin… Read More »