ich hab mir das Modul mal gedowloadet und ganz kurz angeschaut ...
öffne bitte mal die config.php aus dem Verzeichniss html/modules/IrcChat ( ich liebe solche " Doppelnamen->
Internet
Relay
Chat Chat *gg ) und suche dort :
################
/// PJIRC Applet
/// more values and manual can be found under /modules/IrcChat/pjirc/readme.txt
################
/// List of allowed IRC commands ... only touch this if you know exactly what you do!
$chatsettings['memberirccommands'] = 'none+me+msg+query+away+ignore';
$chatsettings['anonymousirccommands'] = 'none+me+msg+query';
und ändere das so
################
/// PJIRC Applet
/// more values and manual can be found under /modules/IrcChat/pjirc/readme.txt
################
/// List of allowed IRC commands ... only touch this if you know exactly what you do!
$chatsettings['memberirccommands'] = 'none+me+msg+query+away+ignore+nick';
$chatsettings['anonymousirccommands'] = 'none+me+msg+query+nick';
ich kann aber nicht versprechen das das klappt denn /nick wird NICHT unter "recognized commands" aufgelistet