Page 1 of 1

New ub3r l33t talker Module!

Posted: Sat Nov 27, 2004 8:48 am
by vebome
Hello.. im not sure if this is the right place to post this, but i have edited Angrywolfs m_elmer.c to contain l33t speaking..

You can download it at http://vebome.syntheticsanity.com/m_hacker.c

Please reply on any comments/ideas

vebome :D

Edit: changed website!

Posted: Sat Nov 27, 2004 8:09 pm
by AngryWolf
Wow, that's nice. :) About your convert_to_hacker function: I think it would be a good idea to speed it up by using a one dimensional array for the conversion, similar to 'tolowertab' in src/match.c. (The reason I used switch() is, I didn't had to convert a wide range of characters.) Just my opinion.

Posted: Sun Nov 28, 2004 12:12 am
by vebome
OK ill look into that =] Thanks for the idea! second.. i have a question.. When i first did it using the swicth function it would not work becuase i was using more than one char, e.g k = '|(' but this wouldnt work... could you tell me how to do this? or will you leave me to find it out on my own 8)

Posted: Sun Nov 28, 2004 1:12 am
by AngryWolf
That question is not exactly about module development (it's about C), so I've answered you privately.