===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
jwchat-1.0+dfsg/src/shared.js-95-      if (emo.width > 0 && emo.height > 0)
jwchat-1.0+dfsg/src/shared.js:96:	msg = msg.replace(eval("/\(\\s\|\^\)"+i+"\(\\s|\$\)/g"),"$1<img src=\""+emo.src+"\" width='"+emo.width+"' height='"+emo.height+"' alt=\""+iq+"\" title=\""+iq+"\">$2");
jwchat-1.0+dfsg/src/shared.js-97-      else
jwchat-1.0+dfsg/src/shared.js:98:	msg = msg.replace(eval("/\(\\s\|\^\)"+i+"\(\\s|\$\)/g"),"$1<img src=\""+emo.src+"\" alt=\""+iq+"\" title=\""+iq+"\">$2");
jwchat-1.0+dfsg/src/shared.js-99-    }
##############################################
jwchat-1.0+dfsg/debian/rules-12-	OUTDIR=$$PWD ; \
jwchat-1.0+dfsg/debian/rules:13:	MAKEFILE=`echo $(MAKEFILE_LIST) | awk '{ print $$1 }'` ; \
jwchat-1.0+dfsg/debian/rules:14:	FILE=`readlink -f $$MAKEFILE` ; \
jwchat-1.0+dfsg/debian/rules:15:	DIR=`dirname $$FILE` ; \
jwchat-1.0+dfsg/debian/rules-16-	cd $$DIR/.. ; \
##############################################
jwchat-1.0+dfsg/debian/rules-18-	echo " * Calling uscan"; \
jwchat-1.0+dfsg/debian/rules:19:	if ! USCAN=`uscan --destdir $$TMP` ; then exit 1 ; fi ; \
jwchat-1.0+dfsg/debian/rules:20:	VERSION=`echo $$USCAN | sed -n 's/.*Newer version (\(.*\)) available.*/\1/p'` ; \
jwchat-1.0+dfsg/debian/rules-21-	RVERSION=1.0; \