mIRC Home    About    Download    Register    News    Help

Print Thread
#203396 14/08/08 02:38 AM
Joined: Aug 2008
Posts: 1
S
sonatia Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Aug 2008
Posts: 1
How strange.

Normally I use IRC and /s -m blablabla and /j room work just fine.. However, today I open up IRC and I keep getting weird erros.

S Unknown command
-
J Unknown command
-

Did I accidentally change some setting or something, or did my mIRC go crazy?

Last edited by sonatia; 14/08/08 02:48 AM.
Joined: Feb 2007
Posts: 234
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2007
Posts: 234
sounds like your aliases are gone. open your scripts editor to "Aliases" and enter this if it is not there:

/op /mode # +ooo $$1 $2 $3
/dop /mode # -ooo $$1 $2 $3
/j /join #$$1 $2-
/p /part #
/n /names #$$1
/w /whois $$1
/k /kick # $$1 $2-
/q /query $$1
/send /dcc send $1 $2
/chat /dcc chat $1
/ping /ctcp $$1 ping
/s /server $$1-


Link Copied to Clipboard