When playing as a client in multiplayer, the remove curse spell does not function as intended.
It should pop open the Remove Curse GUI. Instead, when a client receives the RCUR packet, it runs the code for the remove curse scroll (which, indeed, also triggers the RCUR packet).
Prescribed remedy:
Create a new packet for this situation.
When that packet is received, pop open the Remove Curse GUI.