Select the conversation you want to export, open the browser javascript console, and paste the javascript inside it. The conversation will be dumped to the input box.
Star if it was helpful to you c:
directory: ../Original | |
library: ./library.blb | |
import: | |
copy: yes | |
write: yes | |
move: no | |
ignore: .AppleDouble ._* *~ .DS_Store |
Select the conversation you want to export, open the browser javascript console, and paste the javascript inside it. The conversation will be dumped to the input box.
Star if it was helpful to you c:
#!/bin/bash | |
### BEGIN INIT INFO | |
# Provides: rtorrent | |
# Required-Start: $local_fs $remote_fs $network $syslog | |
# Required-Stop: $local_fs $remote_fs $network $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start/stop rtorrent daemon | |
### END INIT INFO |
Version 3, 19 November 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
# -*- coding: utf-8 -*- | |
__module_name__ = "invitejoin" | |
__module_version__ = "1.0" | |
__module_description__ = "Autojoins channels when invited by bots" | |
import xchat | |
bots = { | |
'Vertigo': 'irc.gazellegames.net' | |
} |