All pastes #2127163 Raw Edit

aliases

public text v1 · immutable
#2127163 ·published 2012-03-12 09:55 UTC
rendered paste body
/f4 /ignore -npr *!*@*
/f5 /ignore -np *!*@*
/op /mode # +oooooooooo $$1 $2 $3 $4 $5 $6 $7 $8 $9 $10
/dop /mode # -ooo $$1 $2 $3
/j /join #$$1 $2-
/p /part #
/n /names #$$1
/w /whois $$1
/k /kick # $$1
/q /query $$1
/send /dcc send $1 $2
/chat /dcc chat $1
/ping /ctcp $$1 ping
/pdcc /pdcc 9999999999999
}

aliases

/changenick {
dialog -m nick nick
if ( %chgnick1 == $null ) { did -ci nick 1 1 Your nickname }
if ( %chgnick2 == $null ) { did -ci nick 2 1 Your nickname }
if ( %chgnick3 == $null ) { did -ci nick 3 1 Your nickname }
if ( %chgnick4 == $null ) { did -ci nick 4 1 Your nickname }
if ( %chgnick5 == $null ) { did -ci nick 5 1 Your nickname }
if ( %chgnick6 == $null ) { did -ci nick 6 1 Your nickname }
if ( %chgnick7 == $null ) { did -ci nick 7 1 Your nickname }
if ( %chgnick8 == $null ) { did -ci nick 8 1 Your nickname }
if ( %chgnick9 == $null ) { did -ci nick 9 1 Your nickname }
if ( %chgnick10 == $null ) { did -ci nick 10 1 Your nickname }

if ( %chgnick1 != $null )  { did -ci nick 1 1 %chgnick1 }
if ( %chgnick2 != $null )  { did -ci nick 2 1 %chgnick2 }
if ( %chgnick3 != $null )  { did -ci nick 3 1 %chgnick3 }
if ( %chgnick4 != $null )  { did -ci nick 4 1 %chgnick4 }
if ( %chgnick5 != $null )  { did -ci nick 5 1 %chgnick5 }
if ( %chgnick6 != $null )  { did -ci nick 6 1 %chgnick6 }
if ( %chgnick7 != $null )  { did -ci nick 7 1 %chgnick7 }
if ( %chgnick8 != $null )  { did -ci nick 8 1 %chgnick8 }
if ( %chgnick9 != $null )  { did -ci nick 9 1 %chgnick9 }
if ( %chgnick10 != $null )  { did -ci nick 10 1 %chgnick10 }

did -t nick 80 1
}
on 1:dialog:info:*:82:{ changenick }