Import some files from pbot-ng project and branding this project to hyperbot

This commit is contained in:
Márcio Silva
2017-06-02 15:48:13 -03:00
parent b4830e97ae
commit ae928016bf
44 changed files with 1225 additions and 12 deletions

14
common_codez Normal file
View File

@@ -0,0 +1,14 @@
#! /bin/bash
function replace_wierd_html_chars
{
w3m -dump -T text/html -cols 9999
# Let's see if this new code works better. Try CP1252 encoding and if it's not possible
# utf-8
# while read input
# do
# recode html..CP1252 2>/dev/null <<< "${input}" ||
# recode html..utf-8 2>/dev/null <<< "${input}"
# done
}