i cant think A blog belong to Mohammad Azwan bin Ali. Most of his writings are about his real life story, ideas, thoughts, moderate political views, computer, programming, tips & tricks, particularly in Linux…. and of course it includes some random unspecified crappy stuffs too! Don't forget to check Movies and Junkyard pages out!
note: most of entries is not suitable for faint hearted person or anybody with iq below 100.

Posts Tagged ‘xchat’

xchat script: notify-osd nick notification system

here’s a simple nick notification system for xchat using ubuntu notification system. it will execute notify-osd comment when someone mention your nick in public channel or private message. it’s good for those who like to minimize their xchat while doing something :) on PRIVMSG mynick {   if { [string match -nocase "*[me]*" $_rest] } [...]

portable xchat irc client

since i’m been using ubuntu for a long period, i’m connected to irc server using x-chat (an irc chat client for *NIX) and i’m in love with it. even thought it still can’t beat mIRC which i’m familiar with its scripting language, but i like xchat because of its lightweight. so how to make it [...]