HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/ircII/script/nicks
#	$eterna: nicks,v 1.2 2001/08/12 15:57:11 mrg Exp $
#
# This lets you assign aliases for peoples nicknames.
# For example, of you do: /ASSIGN BC BigCheese
# Then you can do: /MSG BC Hi there!

alias msg {
	if ( [$($0)] )
	{
		${K}${K}msg $($0) $1-
	}
	{
		${K}${K}msg $0 $1-
	}
}
alias query {
	if ( [$($0)] )
	{
		${K}${K}query $($0)
	}
	{
		${K}${K}query $0-
	}
}