-module(i). -export([m/0]). m()->io:format("[INFO]\x09Channel view for \xe2\x80\x9c#anagol\xe2\x80\x9d opened. \x09=-=\x09User mode for xxx is now +i \x09-->|\x09YOU (xxx) have joined #anagol").
Note that non-ascii characters in the above source code will be escaped (such as \x9f).