[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Revision history of "Termux IRC Client GTV"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 00:41, 2 May 2025Grug talk contribs 18,469 bytes +15
  • curprev 00:08, 2 May 2025Grug talk contribs 18,454 bytes +19
  • curprev 00:07, 2 May 2025Grug talk contribs 18,435 bytes +18,435 Created page with "<pre> import socket import ssl import threading import sys import time import queue from datetime import datetime import readline import hashlib class IRCClient: def __init__(self): self.server = "irc.rizon.net" self.port = 6697 self.channels = ["#/g/tv"] # Only #/g/tv channel self.active_channel = self.channels[0] self.nickname = "LullSac" self.realname = "Termux IRC Client for #/g/tv" self.irc = None..."