mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2012
Posts: 5
I
isildur Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Apr 2012
Posts: 5
The following shows up a lot when connecting to a server and when joining channels.

Quote:
-
ICK Unknown command
-
OIN Unknown command
-
ODE Unknown command
-
ODE Unknown command
-
RIVMSG Unknown command
-
ODE Unknown command
-
ODE Unknown command
-


It happens with every server I connect to with mIRC. When I connect via wechat under cygwin, or weechat, irssi, etc. under ubuntu it does not happen.

No scripts installed period. Windows 7 fully updated, etc.


Thanks for any clarity on this issue.

isildur

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Try type: /remote off

It looks like it's command sent to the server from you.

ICK Unknown command <- I guess should be "KICK"

OIN Unknown command <- I guess should be "JOIN"

ODE Unknown command <- I guess should me "MODE"

RIVMSG Unknown command <- I guess should me "PRIVMSG"

And so on.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Apr 2012
Posts: 5
I
isildur Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Apr 2012
Posts: 5
UPDATE: I may have spoken too soon it seems. Got disconnected from the server and then got this upon reconnection:

Quote:

ICK Unknown command
-
EOUTCHECK Unknown command
-
ODE Unknown command
-
ODE Unknown command
-


/UPDATE

Interesting. That worked. The only thing under the remote tab in scripts is this:

Quote:
on *:START:{
server chat.us.freenode.net
}


However, under the popup tab is this:

Quote:

Server
.Lusers:/lusers
.Motd:/motd
.Time:/time
Names
.#mIRC:/names #mirc
.#irchelp: /names #irchelp
.names ?:/names #$$?="Enter a channel name:"
Join
.#mIRC:/join #mirc
.#irchelp:/join #irchelp
.join ?:/join #$$?="Enter a channel to join:"
Query
.query ?:/query $$?="Enter nickname to talk to:"
Other
.Whois ?:/whois $$?="Enter a nickname:"
.Query:/query $$?="Enter a nickname:"
.Nickname:/nick $$?="Enter your new nickname:"
.Away
..Set Away...:/away $$?="Enter your away message:"
..Set Back:/away
.List Channels:/list
-
Edit Notes:/run notepad.exe notes.txt
Quit IRC:/quit Leaving


Which seems to be installed by default. Does /remote off disable all scripts or just the ones under the remote tab? I am guessing all since the popup scripts have some of those commands that are being cutoff.

Thanks for the help.

isildur

Last edited by isildur; 05/04/13 07:59 PM.

Link Copied to Clipboard